me
/
guix
Archived
1
0
Fork 0

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
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
1 changed files with 1 additions and 1 deletions

View File

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