How to Install and Uninstall python3-pytest-asyncio.noarch Package on Fedora 34
Last updated: January 16,2025
1. Install "python3-pytest-asyncio.noarch" package
This is a short guide on how to install python3-pytest-asyncio.noarch on Fedora 34
$
sudo dnf update
Copied
$
sudo dnf install
python3-pytest-asyncio.noarch
Copied
2. Uninstall "python3-pytest-asyncio.noarch" package
This is a short guide on how to uninstall python3-pytest-asyncio.noarch on Fedora 34:
$
sudo dnf remove
python3-pytest-asyncio.noarch
Copied
$
sudo dnf autoremove
Copied
3. Information about the python3-pytest-asyncio.noarch package on Fedora 34
Last metadata expiration check: 1:03:42 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : python3-pytest-asyncio
Version : 0.14.0
Release : 2.fc34
Architecture : noarch
Size : 24 k
Source : python3-pytest-asyncio-0.14.0-2.fc34.src.rpm
Repository : fedora
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.
Available Packages
Name : python3-pytest-asyncio
Version : 0.14.0
Release : 2.fc34
Architecture : noarch
Size : 24 k
Source : python3-pytest-asyncio-0.14.0-2.fc34.src.rpm
Repository : fedora
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.