How to Install and Uninstall python3-pytest-error-for-skips Package on openSUSE Leap

Last updated: May 21,2024

1. Install "python3-pytest-error-for-skips" package

Here is a brief guide to show you how to install python3-pytest-error-for-skips on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-pytest-error-for-skips

2. Uninstall "python3-pytest-error-for-skips" package

This guide covers the steps necessary to uninstall python3-pytest-error-for-skips on openSUSE Leap:

$ sudo zypper remove python3-pytest-error-for-skips

3. Information about the python3-pytest-error-for-skips package on openSUSE Leap

Information for package python3-pytest-error-for-skips:
-------------------------------------------------------
Repository : Main Repository
Name : python3-pytest-error-for-skips
Version : 2.0.2-bp155.2.11
Arch : noarch
Vendor : openSUSE
Installed Size : 10.3 KiB
Installed : No
Status : not installed
Source package : python-pytest-error-for-skips-2.0.2-bp155.2.11.src
Upstream URL : https://github.com/jankatins/pytest-error-for-skips
Summary : Pytest plugin to treat skipped tests a test failure
Description :
Pytest plugin to treat skipped tests a test failures.
This is nice if you want to ensure that your CI tests
really run all tests and don't skip tests because of
missing dependencies.