How to Install and Uninstall python310-pytest-asyncio Package on openSuSE Tumbleweed

Last updated: July 05,2024

1. Install "python310-pytest-asyncio" package

Please follow the step by step instructions below to install python310-pytest-asyncio on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python310-pytest-asyncio

2. Uninstall "python310-pytest-asyncio" package

Please follow the guidance below to uninstall python310-pytest-asyncio on openSuSE Tumbleweed:

$ sudo zypper remove python310-pytest-asyncio

3. Information about the python310-pytest-asyncio package on openSuSE Tumbleweed

Information for package python310-pytest-asyncio:
-------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python310-pytest-asyncio
Version : 0.23.5-1.1
Arch : noarch
Vendor : openSUSE
Installed Size : 121.1 KiB
Installed : No
Status : not installed
Source package : python-pytest-asyncio-0.23.5-1.1.src
Upstream URL : https://github.com/pytest-dev/pytest-asyncio
Summary : Pytest support for asyncio
Description :
pytest-asyncio is a Python library used 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.