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-11 20:35:21 -0400 |
commit | 5cb19ebeacbc01444572aaa3927ec19c0689aae9 (patch) | |
tree | e2b7f104546c1185803d5202f007843cdcd57f63 /gnu | |
parent | a382c5a734a3ace4864d1d7dd31b517a794f9b6a (diff) |
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')
-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 68285518a2..8145e84d63 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -16354,7 +16354,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 |