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

Last updated: May 23,2024

1. Install "python39-pytest-twisted" package

Please follow the instructions below to install python39-pytest-twisted on openSuSE Tumbleweed

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

2. Uninstall "python39-pytest-twisted" package

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

$ sudo zypper remove python39-pytest-twisted

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

Information for package python39-pytest-twisted:
------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python39-pytest-twisted
Version : 1.14.0-1.4
Arch : noarch
Vendor : openSUSE
Installed Size : 64.2 KiB
Installed : No
Status : not installed
Source package : python-pytest-twisted-1.14.0-1.4.src
Upstream URL : https://github.com/pytest-dev/pytest-twisted
Summary : Pytest Plugin for Twisted
Description :
pytest-twisted is a plugin for pytest, which allows to test code,
which uses the twisted framework. test functions can return Deferred
objects and pytest will wait for their completion with this plugin.