3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: python-pathos: Do not set PYTHONPATH.

* gnu/packages/python-xyz.scm (python-pathos)
[phases]{check}: Do not set PYTHONPATH.
This commit is contained in:
Maxim Cournoyer 2021-01-24 00:23:33 -05:00
parent d142c15b4f
commit 4251539b73
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -20851,8 +20851,6 @@ essential tools are located.")
(modify-phases %standard-phases
(replace 'check
(lambda _
(setenv "PYTHONPATH"
(string-append (getcwd) ":" (getenv "PYTHONPATH")))
(invoke "python" "./tests/__main__.py"))))))
(propagated-inputs
`(("python-dill" ,python-dill)