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

Last updated: May 07,2024

1. Install "python38-pytest-dependency" package

This is a short guide on how to install python38-pytest-dependency on openSuSE Tumbleweed

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

2. Uninstall "python38-pytest-dependency" package

This tutorial shows how to uninstall python38-pytest-dependency on openSuSE Tumbleweed:

$ sudo zypper remove python38-pytest-dependency

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

Information for package python38-pytest-dependency:
---------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python38-pytest-dependency
Version : 0.5.1-2.4
Arch : noarch
Vendor : openSUSE
Installed Size : 35,0 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.