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

Last updated: July 05,2024

1. Install "python310-pytest-twisted" package

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

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

2. Uninstall "python310-pytest-twisted" package

Please follow the step by step instructions below to uninstall python310-pytest-twisted on openSuSE Tumbleweed:

$ sudo zypper remove python310-pytest-twisted

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

Information for package python310-pytest-twisted:
-------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python310-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.