How to Install and Uninstall python3-pytest-qt Package on openSUSE Leap

Last updated: June 29,2024

1. Install "python3-pytest-qt" package

Please follow the guidelines below to install python3-pytest-qt on openSUSE Leap

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

2. Uninstall "python3-pytest-qt" package

Please follow the step by step instructions below to uninstall python3-pytest-qt on openSUSE Leap:

$ sudo zypper remove python3-pytest-qt

3. Information about the python3-pytest-qt package on openSUSE Leap

Information for package python3-pytest-qt:
------------------------------------------
Repository : Main Repository
Name : python3-pytest-qt
Version : 3.3.0-bp155.2.15
Arch : noarch
Vendor : openSUSE
Installed Size : 334.6 KiB
Installed : No
Status : not installed
Source package : python-pytest-qt-3.3.0-bp155.2.15.src
Upstream URL : http://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.