How to Install and Uninstall python311-pytest-examples Package on openSuSE Tumbleweed

Last updated: July 05,2024

1. Install "python311-pytest-examples" package

Please follow the step by step instructions below to install python311-pytest-examples on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python311-pytest-examples

2. Uninstall "python311-pytest-examples" package

Please follow the steps below to uninstall python311-pytest-examples on openSuSE Tumbleweed:

$ sudo zypper remove python311-pytest-examples

3. Information about the python311-pytest-examples package on openSuSE Tumbleweed

Information for package python311-pytest-examples:
--------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python311-pytest-examples
Version : 0.0.10-4.1
Arch : noarch
Vendor : openSUSE
Installed Size : 129.7 KiB
Installed : No
Status : not installed
Source package : python-pytest-examples-0.0.10-4.1.src
Upstream URL : https://github.com/pydantic/pytest-examples
Summary : Pytest plugin for testing examples in docstrings and markdown files
Description :
Pytest plugin for testing Python code examples in docstrings and markdown files.
`pytest-examples` can:
* lint code examples using `ruff` and `black`
* run code examples
* run code examples and check print statements are inlined correctly in the code
It can also update code examples in place to format them and insert or update print statements.