gnu: Remove python-pytest-8.

* gnu/packages/check.scm (python-pytest-8): Set variable as deprecated.

* gnu/packages/astronomy.scm (python-asdf) [native-inputs]: Remove
python-pytest-8; add python-pytest.

* gnu/packages/astronomy.scm (python-healpy) [native-inputs]: Remove
python-pytest-8; add python-pytest.

* gnu/packages/python-check.scm (python-pytest-cython)
[propagated-inputs]: Remove python-pytest-8; add python-pytest.

Change-Id: I89a6fbbc0152a6c2f0a9a22f8398a6bc4f9e86cb
This commit is contained in:
Sharlatan Hellseher 2024-11-10 15:37:13 +00:00
parent cf5bd827cf
commit 8f36612d5b
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5
3 changed files with 3 additions and 33 deletions

View file

@ -1967,7 +1967,7 @@ plain (undecoratored) native coroutine tests.")
python-cython-3
python-setuptools))
(propagated-inputs
(list python-pytest-8))
(list python-pytest))
(home-page "https://github.com/lgpage/pytest-cython")
(synopsis "Cython extension modules testing plugin")
(description