How to Install and Uninstall python2-pytest-twisted Package on openSUSE Leap

Last updated: May 20,2024

1. Install "python2-pytest-twisted" package

Please follow the guidance below to install python2-pytest-twisted on openSUSE Leap

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

2. Uninstall "python2-pytest-twisted" package

Here is a brief guide to show you how to uninstall python2-pytest-twisted on openSUSE Leap:

$ sudo zypper remove python2-pytest-twisted

3. Information about the python2-pytest-twisted package on openSUSE Leap

Information for package python2-pytest-twisted:
-----------------------------------------------
Repository : Main Repository
Name : python2-pytest-twisted
Version : 1.12-bp153.1.20
Arch : noarch
Vendor : openSUSE
Installed Size : 46,5 KiB
Installed : No
Status : not installed
Source package : python-pytest-twisted-1.12-bp153.1.20.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.