diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2023-04-11 11:53:04 -0400 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2023-04-11 20:35:21 -0400 |
commit | a382c5a734a3ace4864d1d7dd31b517a794f9b6a (patch) | |
tree | 414f299620889127a9f724fb692e66cf92afa41d /gnu/packages/python-xyz.scm | |
parent | 2759920c9d2233e30c4f5f4c6c5cabf3f64db698 (diff) |
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.
Diffstat (limited to 'gnu/packages/python-xyz.scm')
-rw-r--r-- | gnu/packages/python-xyz.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 9d3a1dcea4..68285518a2 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -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 |