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
9b2c1ff7f9
commit
2fd1e063f0
1 changed files with 1 additions and 1 deletions
|
@ -968,7 +968,7 @@ Markdown. All extensions are found under the module namespace of pymdownx.")
|
|||
"0rv0cbala7ibjbaf6kkcn0mdhqdbajnvlcw0f15gwzfwg10g0z1q"))))
|
||||
(build-system python-build-system)
|
||||
(native-inputs
|
||||
(list python-pytest
|
||||
(list python-pytest-7.1 ;for pytest-subtests
|
||||
python-pytest-cov
|
||||
python-pytest-mpl
|
||||
python-pytest-subtests
|
||||
|
|
Reference in a new issue