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

Last updated: May 05,2024

1. Install "python36-pytest-expect" package

Please follow the guidelines below to install python36-pytest-expect on openSuSE Tumbleweed

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

2. Uninstall "python36-pytest-expect" package

Please follow the steps below to uninstall python36-pytest-expect on openSuSE Tumbleweed:

$ sudo zypper remove python36-pytest-expect

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

Information for package python36-pytest-expect:
-----------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python36-pytest-expect
Version : 1.1.0-2.11
Arch : noarch
Vendor : openSUSE
Installed Size : 22,4 KiB
Installed : No
Status : not installed
Source package : python-pytest-expect-1.1.0-2.11.src
Summary : Py.test plugin to store test expectations and mark tests based on them
Description :
A py.test plugin that stores test expectations by saving the set of
failing tests, allowing them to be marked as xfail when running them
in future. The tests expectations are stored such that they can be
distributed alongside the tests. However, note that test expectations
can only be reliably shared between Python 2 and Python 3 if they only
use ASCII characters in their node ids: this likely isn’t a limitation
if tests are using the normal Python format, as Python 2 only allows
ASCII characters in identifiers.