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

Last updated: September 20,2024

1. Install "python39-pytest-astropy" package

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

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

2. Uninstall "python39-pytest-astropy" package

In this section, we are going to explain the necessary steps to uninstall python39-pytest-astropy on openSuSE Tumbleweed:

$ sudo zypper remove python39-pytest-astropy

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

Information for package python39-pytest-astropy:
------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python39-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`.