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:
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

View file

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