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-14 15:12:06 -0400 |
commit | 2fd1e063f0960b8a92b94d54bc9468fb97fb4455 (patch) | |
tree | 2bbf513844e6f9f1067f38a2246205cc98877946 | |
parent | 9b2c1ff7f9be5db1cd8c99e60d99442a8586ad64 (diff) | |
download | guix-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.
-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 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 |