How to Install and Uninstall python3-pytest-asyncio Package on openSUSE Leap
Last updated: November 22,2024
1. Install "python3-pytest-asyncio" package
This guide covers the steps necessary to install python3-pytest-asyncio on openSUSE Leap
$
sudo zypper refresh
Copied
$
sudo zypper install
python3-pytest-asyncio
Copied
2. Uninstall "python3-pytest-asyncio" package
Please follow the step by step instructions below to uninstall python3-pytest-asyncio on openSUSE Leap:
$
sudo zypper remove
python3-pytest-asyncio
Copied
3. Information about the python3-pytest-asyncio package on openSUSE Leap
Information for package python3-pytest-asyncio:
-----------------------------------------------
Repository : Main Repository
Name : python3-pytest-asyncio
Version : 0.8.0-bp155.3.13
Arch : noarch
Vendor : openSUSE
Installed Size : 51.5 KiB
Installed : No
Status : not installed
Source package : python-pytest-asyncio-0.8.0-bp155.3.13.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 : Main Repository
Name : python3-pytest-asyncio
Version : 0.8.0-bp155.3.13
Arch : noarch
Vendor : openSUSE
Installed Size : 51.5 KiB
Installed : No
Status : not installed
Source package : python-pytest-asyncio-0.8.0-bp155.3.13.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.