How to Install and Uninstall python39-pytest-trio Package on openSuSE Tumbleweed

Last updated: May 18,2024

1. Install "python39-pytest-trio" package

In this section, we are going to explain the necessary steps to install python39-pytest-trio on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python39-pytest-trio

2. Uninstall "python39-pytest-trio" package

In this section, we are going to explain the necessary steps to uninstall python39-pytest-trio on openSuSE Tumbleweed:

$ sudo zypper remove python39-pytest-trio

3. Information about the python39-pytest-trio package on openSuSE Tumbleweed

Information for package python39-pytest-trio:
---------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python39-pytest-trio
Version : 0.8.0-2.6
Arch : noarch
Vendor : openSUSE
Installed Size : 63.2 KiB
Installed : No
Status : not installed
Source package : python-pytest-trio-0.8.0-2.6.src
Upstream URL : https://github.com/python-trio/pytest-trio
Summary : Pytest plugin for trio
Description :
This is a pytest plugin to help you test projects that use Trio,
a friendly library for concurrency and async I/O in Python.