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

Last updated: November 24,2024

1. Install "python311-pytest-astropy" package

Please follow the steps below to install python311-pytest-astropy on openSuSE Tumbleweed

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

2. Uninstall "python311-pytest-astropy" package

Please follow the guidance below to uninstall python311-pytest-astropy on openSuSE Tumbleweed:

$ sudo zypper remove python311-pytest-astropy

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

Information for package python311-pytest-astropy:
-------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python311-pytest-astropy
Version : 0.11.0-1.4
Arch : noarch
Vendor : openSUSE
Installed Size : 18.5 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`.