How to Install and Uninstall python311-pytest-qt Package on openSuSE Tumbleweed

Last updated: July 02,2024

1. Install "python311-pytest-qt" package

Please follow the guidance below to install python311-pytest-qt on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python311-pytest-qt

2. Uninstall "python311-pytest-qt" package

Please follow the guidance below to uninstall python311-pytest-qt on openSuSE Tumbleweed:

$ sudo zypper remove python311-pytest-qt

3. Information about the python311-pytest-qt package on openSuSE Tumbleweed

Information for package python311-pytest-qt:
--------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python311-pytest-qt
Version : 4.3.1-3.4
Arch : noarch
Vendor : openSUSE
Installed Size : 429.7 KiB
Installed : No
Status : not installed
Source package : python-pytest-qt-4.3.1-3.4.src
Upstream URL : https://github.com/pytest-dev/pytest-qt
Summary : Pytest support for PyQt and PySide applications
Description :
Pytest-qt is a pytest plugin that allows programmers to write tests
for PySide and PyQt applications.
The main usage is to use the `qtbot` fixture, responsible for handling `qApp`
creation as needed and provides methods to simulate user interaction,
like key presses and mouse clicks.