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

gnu: python-aenum: Do not set PYTHONPATH.

* gnu/packages/python-xyz.scm (python-aenum)
[phases]{check}: Do not set PYTHONPATH.
This commit is contained in:
Maxim Cournoyer 2021-01-24 00:35:13 -05:00
parent 10e768427f
commit 4e152febd3
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -1260,9 +1260,6 @@ language. It aims to be fast.")
`(#:phases (modify-phases %standard-phases
(replace 'check
(lambda _
(format #t "current working dir ~s~%" (getcwd))
(setenv "PYTHONPATH"
(string-append ".:" (getenv "PYTHONPATH")))
;; We must run the test suite module directly, as it
;; fails to define the 'tempdir' variable in scope for
;; the tests otherwise