How to Install and Uninstall python36-pytest-dependency Package on openSuSE Tumbleweed

Last updated: May 09,2024

1. Install "python36-pytest-dependency" package

This tutorial shows how to install python36-pytest-dependency on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python36-pytest-dependency

2. Uninstall "python36-pytest-dependency" package

Please follow the guidelines below to uninstall python36-pytest-dependency on openSuSE Tumbleweed:

$ sudo zypper remove python36-pytest-dependency

3. Information about the python36-pytest-dependency package on openSuSE Tumbleweed

Information for package python36-pytest-dependency:
---------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python36-pytest-dependency
Version : 0.5.1-2.4
Arch : noarch
Vendor : openSUSE
Installed Size : 35,1 KiB
Installed : No
Status : not installed
Source package : python-pytest-dependency-0.5.1-2.4.src
Summary : Manage dependencies of tests
Description :
This pytest plugin manages dependencies of tests. It allows to mark
some tests as dependent from other tests. These tests will then be
skipped if any of the dependencies did fail or has been skipped.