summaryrefslogtreecommitdiff
path: root/gnu/packages/python-check.scm
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/packages/python-check.scm')
-rw-r--r--gnu/packages/python-check.scm5
1 files changed, 2 insertions, 3 deletions
diff --git a/gnu/packages/python-check.scm b/gnu/packages/python-check.scm
index e5311af4c80..ee8f611b23d 100644
--- a/gnu/packages/python-check.scm
+++ b/gnu/packages/python-check.scm
@@ -3000,9 +3000,8 @@ testing framework.")
"1rhz7mxcg7x9dbabfcjai3zxikfgw7az07m4ddf92bg35ib3byw8"))))
(build-system pyproject-build-system)
(native-inputs
- (list python-pytest
- python-setuptools
- python-wheel))
+ (list python-pytest-8
+ python-setuptools))
(propagated-inputs
(list python-flake8))
(home-page "https://github.com/tholo/pytest-flake8")