me
/
guix
Archived
1
0
Fork 0

gnu: python-pathos: Do not set PYTHONPATH.

* gnu/packages/python-xyz.scm (python-pathos)
[phases]{check}: Do not set PYTHONPATH.
master
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
1 changed files with 0 additions and 2 deletions

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)