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

Last updated: June 25,2024

1. Install "python310-pytest-skip-markers" package

In this section, we are going to explain the necessary steps to install python310-pytest-skip-markers on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python310-pytest-skip-markers

2. Uninstall "python310-pytest-skip-markers" package

Please follow the step by step instructions below to uninstall python310-pytest-skip-markers on openSuSE Tumbleweed:

$ sudo zypper remove python310-pytest-skip-markers

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

Information for package python310-pytest-skip-markers:
------------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python310-pytest-skip-markers
Version : 1.5.1-2.2
Arch : noarch
Vendor : openSUSE
Installed Size : 142.8 KiB
Installed : No
Status : not installed
Source package : python-pytest-skip-markers-1.5.1-2.2.src
Upstream URL : https://github.com/saltstack/pytest-skip-markers
Summary : Pytest plugin for conditionally skipping tests
Description :
It’s a collection of of useful skip markers created to simplify and reduce code
required to skip tests in some common scenarios, for example, platform specific
tests.