How to Install and Uninstall python312-pytest-asyncio0.21 Package on openSuSE Tumbleweed

Last updated: July 04,2024

1. Install "python312-pytest-asyncio0.21" package

Please follow the step by step instructions below to install python312-pytest-asyncio0.21 on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python312-pytest-asyncio0.21

2. Uninstall "python312-pytest-asyncio0.21" package

Please follow the step by step instructions below to uninstall python312-pytest-asyncio0.21 on openSuSE Tumbleweed:

$ sudo zypper remove python312-pytest-asyncio0.21

3. Information about the python312-pytest-asyncio0.21 package on openSuSE Tumbleweed

Information for package python312-pytest-asyncio0.21:
-----------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python312-pytest-asyncio0.21
Version : 0.21.1-1.1
Arch : noarch
Vendor : openSUSE
Installed Size : 99.2 KiB
Installed : No
Status : not installed
Source package : python-pytest-asyncio0.21-0.21.1-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.
This package provides the legacy version 0.21 for test suites not compatible
with the breaking changes of 0.23