How to Install and Uninstall python312-pytest-astropy Package on openSuSE Tumbleweed

Last updated: July 07,2024

1. Install "python312-pytest-astropy" package

This is a short guide on how to install python312-pytest-astropy on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python312-pytest-astropy

2. Uninstall "python312-pytest-astropy" package

Learn how to uninstall python312-pytest-astropy on openSuSE Tumbleweed:

$ sudo zypper remove python312-pytest-astropy

3. Information about the python312-pytest-astropy package on openSuSE Tumbleweed

Information for package python312-pytest-astropy:
-------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python312-pytest-astropy
Version : 0.11.0-1.4
Arch : noarch
Vendor : openSUSE
Installed Size : 18.2 KiB
Installed : No
Status : not installed
Source package : python-pytest-astropy-0.11.0-1.4.src
Upstream URL : https://github.com/astropy/pytest-astropy
Summary : Meta-package containing dependencies for testing
Description :
This is a meta-package that pulls in the dependencies that are used by
astropy and some affiliated packages for testing. It can also be used for
testing packages that are not affiliated with the Astropy project.
This package also provides pytest markers for cpu and memory intensive tests
(`pytest.mark.slow` and `pytest.mark.hugemem`). Tests marked with those
markers are not run by default, can be run with the other tests with
`--run-slow` and `--run-hugemem`, and can be run separately with `-m slow`
and `-m hugemem`.