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

Last updated: November 07,2024

1. Install "python2-pytest-reqs" package

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

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

2. Uninstall "python2-pytest-reqs" package

This tutorial shows how to uninstall python2-pytest-reqs on openSUSE Leap:

$ sudo zypper remove python2-pytest-reqs

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

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