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

Last updated: June 26,2024

1. Install "python310-pytest-examples" package

This tutorial shows how to install python310-pytest-examples on openSuSE Tumbleweed

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

2. Uninstall "python310-pytest-examples" package

Please follow the instructions below to uninstall python310-pytest-examples on openSuSE Tumbleweed:

$ sudo zypper remove python310-pytest-examples

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

Information for package python310-pytest-examples:
--------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python310-pytest-examples
Version : 0.0.10-4.1
Arch : noarch
Vendor : openSUSE
Installed Size : 96.8 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.