gnu: python-flake8-polyfill: Do not set PYTHONPATH.
* gnu/packages/python-xyz.scm (python-flake8-polyfill) [phases]{check}: Do not set PYTHONPATH.
This commit is contained in:
parent
dceffc5fb1
commit
77b8545326
1 changed files with 0 additions and 4 deletions
|
@ -8297,10 +8297,6 @@ (define-public python-flake8-polyfill
|
|||
(substitute* "setup.cfg"
|
||||
(("\\[pytest\\]")
|
||||
"[tool:pytest]"))
|
||||
|
||||
(setenv "PYTHONPATH"
|
||||
(string-append (getcwd) "/build/lib:"
|
||||
(getenv "PYTHONPATH")))
|
||||
(invoke "py.test" "-v"))))))
|
||||
(native-inputs
|
||||
`(("python-flake8" ,python-flake8)
|
||||
|
|
Loading…
Reference in a new issue