diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2021-01-24 14:11:09 -0500 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2021-02-01 11:53:58 -0500 |
commit | d529a6009049aa602b1352826395fc5ec7c2c5b8 (patch) | |
tree | 146d09fc08dd9b6b90da4cb6207e1e9489778d55 /gnu/packages/python-web.scm | |
parent | 6bef08bb819497bdf4e0e19d7583f1d92a1d760f (diff) |
gnu: python-asgiref: Do not set PYTHONPATH.
* gnu/packages/python-web.scm (python-asgiref)
[phases]{check}: Do not set PYTHONPATH.
Diffstat (limited to 'gnu/packages/python-web.scm')
-rw-r--r-- | gnu/packages/python-web.scm | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm index e856c46fdb..60a7358eef 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm @@ -247,9 +247,6 @@ comes with a SOCKS proxy client.") '(#:phases (modify-phases %standard-phases (replace 'check (lambda _ - (setenv "PYTHONPATH" - (string-append "./build/lib:" - (getenv "PYTHONPATH"))) (invoke "pytest" "-vv")))))) (native-inputs `(("python-pytest" ,python-pytest) |