mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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)))
|
("python-mccabe" ,python-mccabe)))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("python-mock" ,python-mock)
|
`(("python-mock" ,python-mock)
|
||||||
("python-pytest" ,python-pytest-bootstrap)))
|
("python-pytest" ,python-pytest)))
|
||||||
(home-page "https://gitlab.com/pycqa/flake8")
|
(home-page "https://gitlab.com/pycqa/flake8")
|
||||||
(synopsis
|
(synopsis
|
||||||
"The modular source code checker: pep8, pyflakes and co")
|
"The modular source code checker: pep8, pyflakes and co")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue