diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2021-01-24 14:21:34 -0500 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2021-02-01 11:53:59 -0500 |
commit | c30a3ca74975ba56bb2667d6b63d724df5dbfe2f (patch) | |
tree | dbc462068b7b4015101b232398a7abbc14029aa9 /gnu/packages/python-web.scm | |
parent | 24ea5a70d08fc6f9f5421640fbc97d0f7d9bbc2a (diff) |
gnu: python-flask-wtf: Do not set PYTHONPATH.
* gnu/packages/python-web.scm (python-flask-wtf)
[phases]{check}: Do not set PYTHONPATH.
Diffstat (limited to 'gnu/packages/python-web.scm')
-rw-r--r-- | gnu/packages/python-web.scm | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm index 23ea2edb20..980b0b302e 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm @@ -2876,8 +2876,6 @@ presume or force a developer to use a particular tool or library.") (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) |