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

Last updated: May 20,2024

1. Install "python38-pytest-twisted" package

Please follow the guidelines below to install python38-pytest-twisted on openSuSE Tumbleweed

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

2. Uninstall "python38-pytest-twisted" package

Please follow the instructions below to uninstall python38-pytest-twisted on openSuSE Tumbleweed:

$ sudo zypper remove python38-pytest-twisted

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

Information for package python38-pytest-twisted:
------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python38-pytest-twisted
Version : 1.13.2-1.5
Arch : noarch
Vendor : openSUSE
Installed Size : 60,1 KiB
Installed : No
Status : not installed
Source package : python-pytest-twisted-1.13.2-1.5.src
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.