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:
parent
64b08bf7f8
commit
47516f818e
1 changed files with 1 additions and 1 deletions
|
@ -9022,7 +9022,7 @@ complexity of Python source code.")
|
|||
("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")
|
||||
|
|
Reference in a new issue