gnu: python-flake8-polyfill: Please the sanity-check phase.
* gnu/packages/python-xyz.scm (python-flake8-polyfill) [native-inputs]{python-flake8}: Move to... [propagated-inputs]: ... here.
This commit is contained in:
parent
4b47c60828
commit
4b562d46a5
1 changed files with 3 additions and 2 deletions
|
@ -8476,9 +8476,10 @@ unnecessary plus operators for explicit string literal concatenation.")
|
|||
(("\\[pytest\\]")
|
||||
"[tool:pytest]"))
|
||||
(invoke "py.test" "-v"))))))
|
||||
(propagated-inputs
|
||||
`(("python-flake8" ,python-flake8)))
|
||||
(native-inputs
|
||||
`(("python-flake8" ,python-flake8)
|
||||
("python-mock" ,python-mock)
|
||||
`(("python-mock" ,python-mock)
|
||||
("python-pep8" ,python-pep8)
|
||||
("python-pycodestyle" ,python-pycodestyle)
|
||||
("python-pytest" ,python-pytest)))
|
||||
|
|
Reference in a new issue