gnu: python-aenum: Do not set PYTHONPATH.
* gnu/packages/python-xyz.scm (python-aenum) [phases]{check}: Do not set PYTHONPATH.master
parent
10e768427f
commit
4e152febd3
|
@ -1260,9 +1260,6 @@ language. It aims to be fast.")
|
||||||
`(#:phases (modify-phases %standard-phases
|
`(#:phases (modify-phases %standard-phases
|
||||||
(replace 'check
|
(replace 'check
|
||||||
(lambda _
|
(lambda _
|
||||||
(format #t "current working dir ~s~%" (getcwd))
|
|
||||||
(setenv "PYTHONPATH"
|
|
||||||
(string-append ".:" (getenv "PYTHONPATH")))
|
|
||||||
;; We must run the test suite module directly, as it
|
;; We must run the test suite module directly, as it
|
||||||
;; fails to define the 'tempdir' variable in scope for
|
;; fails to define the 'tempdir' variable in scope for
|
||||||
;; the tests otherwise
|
;; the tests otherwise
|
||||||
|
|
Reference in New Issue