gnu: python-flake8: Do not use the 'bootstrap' pytest.

* gnu/packages/python-xyz.scm (python-flake8)[native-inputs]: Change from
PYTHON-PYTEST-BOOTSTRAP to PYTHON-PYTEST.
This commit is contained in:
Marius Bakke 2021-05-06 15:49:25 +02:00
parent 64b08bf7f8
commit 47516f818e
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -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")