mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-24 19:49:25 -05:00
gnu: python-pint: Use python-pytest-7.1.
* gnu/packages/python-xyz.scm (python-pint) [native-inputs]: Replace python-pytest with python-pytest-7.1.
This commit is contained in:
parent
2759920c9d
commit
a382c5a734
1 changed files with 1 additions and 1 deletions
|
@ -968,7 +968,7 @@ (define-public python-pint
|
||||||
"0rv0cbala7ibjbaf6kkcn0mdhqdbajnvlcw0f15gwzfwg10g0z1q"))))
|
"0rv0cbala7ibjbaf6kkcn0mdhqdbajnvlcw0f15gwzfwg10g0z1q"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list python-pytest
|
(list python-pytest-7.1 ;for pytest-subtests
|
||||||
python-pytest-cov
|
python-pytest-cov
|
||||||
python-pytest-mpl
|
python-pytest-mpl
|
||||||
python-pytest-subtests
|
python-pytest-subtests
|
||||||
|
|
Loading…
Reference in a new issue