mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-17 20:27:36 -05:00
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 @@ (define-public python-flake8-polyfill
|
|||
(("\\[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)))
|
||||
|
|
Loading…
Reference in a new issue