mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
cf5bd827cf
commit
8f36612d5b
3 changed files with 3 additions and 33 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue