apteryx pushed a commit to branch master
in repository guix.
commit 5a65dcf6533287a5e90b99e8b1e4f4ec8ae82951
Author: Maxim Cournoyer <[email protected]>
AuthorDate: Tue Apr 11 14:08:50 2023 -0400
gnu: python-celery: Use python-pytest-7.1.
* gnu/packages/python-xyz.scm (python-celery)
[native-inputs]: Replace python-pytest with python-pytest-7.1.
---
gnu/packages/python-xyz.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index ffe39d258e..4e41e6ee87 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -16423,7 +16423,7 @@ Python 2.4 and 2.5, and will draw its
fixes/improvements from python-trunk.")
python-iniconfig
python-moto
python-msgpack
- python-pytest
+ python-pytest-7.1 ;for pytest-subtests
python-pytest-celery
python-pytest-subtests
python-pytest-timeout