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

Last updated: May 18,2024

1. Install "python3-pytest-reqs" package

Here is a brief guide to show you how to install python3-pytest-reqs on openSUSE Leap

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

2. Uninstall "python3-pytest-reqs" package

Here is a brief guide to show you how to uninstall python3-pytest-reqs on openSUSE Leap:

$ sudo zypper remove python3-pytest-reqs

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

Information for package python3-pytest-reqs:
--------------------------------------------
Repository : Main Repository
Name : python3-pytest-reqs
Version : 0.2.0-bp155.2.11
Arch : noarch
Vendor : openSUSE
Installed Size : 33.1 KiB
Installed : No
Status : not installed
Source package : python-pytest-reqs-0.2.0-bp155.2.11.src
Upstream URL : https://github.com/di/pytest-reqs
Summary : Pytest plugin to check pinned requirements
Description :
This plugin checks the requirements files for specific versions, and
compares those versions with the installed libraries in the
environment, failing the test suite if any are invalid or out of
date.
This can be used to keep virtual environments up to date, and
ensuring that the test suite is always being passed with the
requirements that have been specified.
It also verifies that the requirements files are syntatically valid.