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

Last updated: May 22,2024

1. Install "python3-pytest-cache" package

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

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

2. Uninstall "python3-pytest-cache" package

Please follow the guidance below to uninstall python3-pytest-cache on openSUSE Leap:

$ sudo zypper remove python3-pytest-cache

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

Information for package python3-pytest-cache:
---------------------------------------------
Repository : Main Repository
Name : python3-pytest-cache
Version : 1.0-1.15
Arch : noarch
Vendor : SUSE LLC
Installed Size : 41.8 KiB
Installed : No
Status : not installed
Source package : python-pytest-cache-1.0-1.15.src
Upstream URL : http://bitbucket.org/hpk42/pytest-cache/
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.