summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
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 07184c58c7f..899b4c0acb7 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -25170,7 +25170,7 @@ created by running @code{python setup.py develop}).")
(substitute* "tests/conftest.py"
(("pytest.collect.File") "pytest.File")))))))
(native-inputs
- (list python-pytest
+ (list python-pytest-8
python-pytest-asyncio-0.26
python-setuptools))
(home-page "https://github.com/RazerM/ratelimiter")