How to Install and Uninstall python311-pytest-asyncio Package on openSUSE Leap
Last updated: December 25,2024
1. Install "python311-pytest-asyncio" package
This guide covers the steps necessary to install python311-pytest-asyncio on openSUSE Leap
$
sudo zypper refresh
Copied
$
sudo zypper install
python311-pytest-asyncio
Copied
2. Uninstall "python311-pytest-asyncio" package
This guide covers the steps necessary to uninstall python311-pytest-asyncio on openSUSE Leap:
$
sudo zypper remove
python311-pytest-asyncio
Copied
3. Information about the python311-pytest-asyncio package on openSUSE Leap
Information for package python311-pytest-asyncio:
-------------------------------------------------
Repository : Update repository with updates from SUSE Linux Enterprise 15
Name : python311-pytest-asyncio
Version : 0.21.1-150400.10.3.9
Arch : noarch
Vendor : SUSE LLC
Installed Size : 104.0 KiB
Installed : No
Status : not installed
Source package : python-pytest-asyncio-0.21.1-150400.10.3.9.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.
-------------------------------------------------
Repository : Update repository with updates from SUSE Linux Enterprise 15
Name : python311-pytest-asyncio
Version : 0.21.1-150400.10.3.9
Arch : noarch
Vendor : SUSE LLC
Installed Size : 104.0 KiB
Installed : No
Status : not installed
Source package : python-pytest-asyncio-0.21.1-150400.10.3.9.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.