me
/
guix
Archived
1
0
Fork 0

gnu: python-flake8-polyfill: Do not set PYTHONPATH.

* gnu/packages/python-xyz.scm (python-flake8-polyfill)
[phases]{check}: Do not set PYTHONPATH.
master
Maxim Cournoyer 2021-01-24 00:53:02 -05:00
parent dceffc5fb1
commit 77b8545326
No known key found for this signature in database
GPG Key ID: 1260E46482E63562
1 changed files with 0 additions and 4 deletions

View File

@ -8297,10 +8297,6 @@ in pyflakes and pycodestyle.")
(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)