gnu: python-loompy: Do not set PYTHONPATH.
* gnu/packages/bioinformatics.scm (python-loompy)
[phases]{check}: Do not set PYTHONPATH.
This commit is contained in:
parent
21ce20bd2f
commit
44db90b39f
1 changed files with 1 additions and 5 deletions
|
|
@ -11643,11 +11643,7 @@ variational inference.")
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
(replace 'check
|
(replace 'check
|
||||||
(lambda _
|
(lambda _
|
||||||
(setenv "PYTHONPATH"
|
(invoke "pytest" "tests"))))))
|
||||||
(string-append (getcwd) ":"
|
|
||||||
(getenv "PYTHONPATH")))
|
|
||||||
(invoke "pytest" "tests")
|
|
||||||
#t)))))
|
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("python-h5py" ,python-h5py)
|
`(("python-h5py" ,python-h5py)
|
||||||
("python-numpy" ,python-numpy)
|
("python-numpy" ,python-numpy)
|
||||||
|
|
|
||||||
Reference in a new issue