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

Last updated: July 01,2024

1. Install "python2-pytest-cache" package

Please follow the guidelines below to install python2-pytest-cache on openSUSE Leap

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

2. Uninstall "python2-pytest-cache" package

Please follow the guidelines below to uninstall python2-pytest-cache on openSUSE Leap:

$ sudo zypper remove python2-pytest-cache

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

Information for package python2-pytest-cache:
---------------------------------------------
Repository : Main Repository
Name : python2-pytest-cache
Version : 1.0-bp153.1.24
Arch : noarch
Vendor : openSUSE
Installed Size : 35,1 KiB
Installed : No
Status : not installed
Source package : python-pytest-cache-1.0-bp153.1.24.src
Summary : Pytest Plugin for Caching Across Test Runs
Description :
pytest-cache: working with cross-testrun state
The plugin provides two options to rerun failures, namely ``--lf`` to
only re-run the failures and ``--ff`` to run all tests but the failures
from the last run first. For cleanup (usually not needed), a
``--clearcache`` option allows to remove all cross-session cache
contents ahead of a test run.