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.master
parent
64b08bf7f8
commit
47516f818e
|
@ -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 New Issue