summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorMaxim Cournoyer <maxim.cournoyer@gmail.com>2023-04-11 11:53:04 -0400
committerMaxim Cournoyer <maxim.cournoyer@gmail.com>2023-04-14 15:12:06 -0400
commit2fd1e063f0960b8a92b94d54bc9468fb97fb4455 (patch)
tree2bbf513844e6f9f1067f38a2246205cc98877946 /gnu
parent9b2c1ff7f9be5db1cd8c99e60d99442a8586ad64 (diff)
downloadguix-patches-2fd1e063f0960b8a92b94d54bc9468fb97fb4455.tar
guix-patches-2fd1e063f0960b8a92b94d54bc9468fb97fb4455.tar.gz
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')
-rw-r--r--gnu/packages/python-xyz.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index dc3bb88463..ffe39d258e 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