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

Last updated: March 04,2025

1. Install "python310-pytest-dependency" package

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

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

2. Uninstall "python310-pytest-dependency" package

This is a short guide on how to uninstall python310-pytest-dependency on openSuSE Tumbleweed:

$ sudo zypper remove python310-pytest-dependency

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

Information for package python310-pytest-dependency:
----------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python310-pytest-dependency
Version : 0.6.0-1.4
Arch : noarch
Vendor : openSUSE
Installed Size : 30.1 KiB
Installed : No
Status : not installed
Source package : python-pytest-dependency-0.6.0-1.4.src
Upstream URL : https://github.com/RKrahl/pytest-dependency
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.