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

Last updated: May 17,2024

1. Install "python39-pytest-qt" package

This guide covers the steps necessary to install python39-pytest-qt on openSuSE Tumbleweed

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

2. Uninstall "python39-pytest-qt" package

Please follow the guidelines below to uninstall python39-pytest-qt on openSuSE Tumbleweed:

$ sudo zypper remove python39-pytest-qt

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

Information for package python39-pytest-qt:
-------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python39-pytest-qt
Version : 4.3.1-3.4
Arch : noarch
Vendor : openSUSE
Installed Size : 326.2 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.