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

Last updated: May 17,2024

1. Install "python2-pytest-qt" package

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

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

2. Uninstall "python2-pytest-qt" package

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

$ sudo zypper remove python2-pytest-qt

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

Information for package python2-pytest-qt:
------------------------------------------
Repository : Main Repository
Name : python2-pytest-qt
Version : 3.3.0-bp153.1.30
Arch : noarch
Vendor : openSUSE
Installed Size : 349,6 KiB
Installed : No
Status : not installed
Source package : python-pytest-qt-3.3.0-bp153.1.30.src
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.