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

Last updated: October 05,2024

1. Install "python312-pytest-twisted" package

This guide covers the steps necessary to install python312-pytest-twisted on openSuSE Tumbleweed

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

2. Uninstall "python312-pytest-twisted" package

This guide let you learn how to uninstall python312-pytest-twisted on openSuSE Tumbleweed:

$ sudo zypper remove python312-pytest-twisted

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

Information for package python312-pytest-twisted:
-------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python312-pytest-twisted
Version : 1.14.0-1.4
Arch : noarch
Vendor : openSUSE
Installed Size : 78.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.