gnu: python-flask-wtf: Do not set PYTHONPATH.

* gnu/packages/python-web.scm (python-flask-wtf)
[phases]{check}: Do not set PYTHONPATH.
This commit is contained in:
Maxim Cournoyer 2021-01-24 14:21:34 -05:00
parent 24ea5a70d0
commit c30a3ca749
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -2876,8 +2876,6 @@ (define-public python-flask-wtf
(modify-phases %standard-phases
(replace 'check
(lambda _
(setenv "PYTHONPATH" (string-append "./build/lib:"
(getenv "PYTHONPATH")))
(invoke "pytest" "-vv"))))))
(propagated-inputs
`(("python-flask-babel" ,python-flask-babel)