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

Last updated: July 08,2024

1. Install "python36-pytest-twisted" package

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

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

2. Uninstall "python36-pytest-twisted" package

Please follow the guidance below to uninstall python36-pytest-twisted on openSuSE Tumbleweed:

$ sudo zypper remove python36-pytest-twisted

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

Information for package python36-pytest-twisted:
------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python36-pytest-twisted
Version : 1.13.2-1.5
Arch : noarch
Vendor : openSUSE
Installed Size : 59,7 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.