How to Install and Uninstall python3-pytest-asyncio.noarch Package on CentOS Stream 8

Last updated: June 16,2024

1. Install "python3-pytest-asyncio.noarch" package

This guide covers the steps necessary to install python3-pytest-asyncio.noarch on CentOS Stream 8

$ sudo dnf update $ sudo dnf install python3-pytest-asyncio.noarch

2. Uninstall "python3-pytest-asyncio.noarch" package

This guide let you learn how to uninstall python3-pytest-asyncio.noarch on CentOS Stream 8:

$ sudo dnf remove python3-pytest-asyncio.noarch $ sudo dnf autoremove

3. Information about the python3-pytest-asyncio.noarch package on CentOS Stream 8

Last metadata expiration check: 1:08:03 ago on Sun Feb 25 03:03:59 2024.
Available Packages
Name : python3-pytest-asyncio
Version : 0.10.0
Release : 1.el8.2
Architecture : noarch
Size : 26 k
Source : python3-pytest-asyncio-0.10.0-1.el8.2.src.rpm
Repository : epel
Summary : Pytest support for asyncio
URL : https://pypi.python.org/pypi/pytest-asyncio
License : ASL 2.0
Description : pytest-asyncio is an Apache2 licensed library, written in Python, for testing
: asyncio code with pytest.
:
: asyncio code is usually written in the form of coroutines, which makes it
: slightly more difficult to test using normal testing tools. pytest-asyncio
: provides useful fixtures and markers to make testing easier.