How to Install and Uninstall python3-pytest-asyncio.noarch Package on Fedora 38

Last updated: October 05,2024

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

Learn how to install python3-pytest-asyncio.noarch on Fedora 38

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

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

Please follow the step by step instructions below to uninstall python3-pytest-asyncio.noarch on Fedora 38:

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

3. Information about the python3-pytest-asyncio.noarch package on Fedora 38

Last metadata expiration check: 0:24:10 ago on Sat Mar 16 16:59:57 2024.
Available Packages
Name : python3-pytest-asyncio
Version : 0.20.3
Release : 2.fc38
Architecture : noarch
Size : 34 k
Source : python-pytest-asyncio-0.20.3-2.fc38.src.rpm
Repository : fedora
Summary : Pytest support for asyncio
URL : https://github.com/pytest-dev/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.