mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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 @@ 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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue