How to Install and Uninstall python3-pytest4 Package on openSUSE Leap
Last updated: November 23,2024
1. Install "python3-pytest4" package
This tutorial shows how to install python3-pytest4 on openSUSE Leap
$
sudo zypper refresh
Copied
$
sudo zypper install
python3-pytest4
Copied
2. Uninstall "python3-pytest4" package
Please follow the guidelines below to uninstall python3-pytest4 on openSUSE Leap:
$
sudo zypper remove
python3-pytest4
Copied
3. Information about the python3-pytest4 package on openSUSE Leap
Information for package python3-pytest4:
----------------------------------------
Repository : Main Repository
Name : python3-pytest4
Version : 4.6.9-3.3.4
Arch : noarch
Vendor : SUSE LLC
Installed Size : 2.3 MiB
Installed : No
Status : not installed
Source package : python-pytest4-4.6.9-3.3.4.src
Upstream URL : https://github.com/pytest-dev/pytest
Summary : Python testing tool with autodiscovery and detailed asserts
Description :
pytest is a cross-project Python testing tool. It provides:
* auto-discovery of test modules and functions,
* detailed info on failing assert statements (no need to remember
self.assert* names),
* modular fixtures for managing small or parametrized long-lived test resources.
* multi-paradigm support: you can use py.test to run test suites based on
unittest (or trial), nose,
* single-source compatibility to Python2.4 all the way up to Python3.3,
PyPy-1.9 and Jython-2.5.1, and
* many external plugins.
----------------------------------------
Repository : Main Repository
Name : python3-pytest4
Version : 4.6.9-3.3.4
Arch : noarch
Vendor : SUSE LLC
Installed Size : 2.3 MiB
Installed : No
Status : not installed
Source package : python-pytest4-4.6.9-3.3.4.src
Upstream URL : https://github.com/pytest-dev/pytest
Summary : Python testing tool with autodiscovery and detailed asserts
Description :
pytest is a cross-project Python testing tool. It provides:
* auto-discovery of test modules and functions,
* detailed info on failing assert statements (no need to remember
self.assert* names),
* modular fixtures for managing small or parametrized long-lived test resources.
* multi-paradigm support: you can use py.test to run test suites based on
unittest (or trial), nose,
* single-source compatibility to Python2.4 all the way up to Python3.3,
PyPy-1.9 and Jython-2.5.1, and
* many external plugins.