diff options
Diffstat (limited to 'gnu/packages/python-check.scm')
| -rw-r--r-- | gnu/packages/python-check.scm | 5 |
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") |
