diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2023-04-11 14:08:50 -0400 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2023-04-14 15:12:07 -0400 |
commit | 5a65dcf6533287a5e90b99e8b1e4f4ec8ae82951 (patch) | |
tree | a949a38f80c28d5806425bd8b927fdb8f40dc254 /gnu/packages | |
parent | 2fd1e063f0960b8a92b94d54bc9468fb97fb4455 (diff) | |
download | guix-5a65dcf6533287a5e90b99e8b1e4f4ec8ae82951.tar.gz |
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.
Diffstat (limited to 'gnu/packages')
-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 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 |