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

Last updated: July 01,2024

1. Install "python310-pytest-astropy" package

Please follow the instructions below to install python310-pytest-astropy on openSuSE Tumbleweed

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

2. Uninstall "python310-pytest-astropy" package

Please follow the guidelines below to uninstall python310-pytest-astropy on openSuSE Tumbleweed:

$ sudo zypper remove python310-pytest-astropy

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

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