diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 31c8b817fe..fbaec6ee92 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -9022,7 +9022,7 @@ (define-public python-flake8 ("python-mccabe" ,python-mccabe))) (native-inputs `(("python-mock" ,python-mock) - ("python-pytest" ,python-pytest-bootstrap))) + ("python-pytest" ,python-pytest))) (home-page "https://gitlab.com/pycqa/flake8") (synopsis "The modular source code checker: pep8, pyflakes and co")