How to Install and Uninstall python311-pytest-expect Package on openSUSE Leap
Last updated: November 07,2024
1. Install "python311-pytest-expect" package
This guide covers the steps necessary to install python311-pytest-expect on openSUSE Leap
$
sudo zypper refresh
Copied
$
sudo zypper install
python311-pytest-expect
Copied
2. Uninstall "python311-pytest-expect" package
In this section, we are going to explain the necessary steps to uninstall python311-pytest-expect on openSUSE Leap:
$
sudo zypper remove
python311-pytest-expect
Copied
3. Information about the python311-pytest-expect package on openSUSE Leap
Information for package python311-pytest-expect:
------------------------------------------------
Repository : Update repository with updates from SUSE Linux Enterprise 15
Name : python311-pytest-expect
Version : 1.1.0-150400.12.3.9
Arch : noarch
Vendor : SUSE LLC
Installed Size : 22.2 KiB
Installed : No
Status : not installed
Source package : python-pytest-expect-1.1.0-150400.12.3.9.src
Upstream URL : https://github.com/gsnedders/pytest-expect
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.
------------------------------------------------
Repository : Update repository with updates from SUSE Linux Enterprise 15
Name : python311-pytest-expect
Version : 1.1.0-150400.12.3.9
Arch : noarch
Vendor : SUSE LLC
Installed Size : 22.2 KiB
Installed : No
Status : not installed
Source package : python-pytest-expect-1.1.0-150400.12.3.9.src
Upstream URL : https://github.com/gsnedders/pytest-expect
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.