gnu: python-flask: Do not set PYTHONPATH.
* gnu/packages/python-web.scm (python-flask) [phases]{check}: Do not set PYTHONPATH.
This commit is contained in:
parent
fe89470780
commit
24ea5a70d0
1 changed files with 0 additions and 2 deletions
|
@ -2841,8 +2841,6 @@ (define-public python-flask
|
|||
(modify-phases %standard-phases
|
||||
(replace 'check
|
||||
(lambda _
|
||||
(setenv "PYTHONPATH" (string-append "./build/lib:"
|
||||
(getenv "PYTHONPATH")))
|
||||
(invoke "pytest" "-vv" "tests"))))))
|
||||
(native-inputs
|
||||
`(("python-pytest" ,python-pytest)))
|
||||
|
|
Loading…
Reference in a new issue