me
/
guix
Archived
1
0
Fork 0

gnu: python-loompy: Do not set PYTHONPATH.

* gnu/packages/bioinformatics.scm (python-loompy)
[phases]{check}: Do not set PYTHONPATH.
master
Maxim Cournoyer 2021-01-22 16:44:51 -05:00
parent 21ce20bd2f
commit 44db90b39f
No known key found for this signature in database
GPG Key ID: 1260E46482E63562
1 changed files with 1 additions and 5 deletions

View File

@ -11643,11 +11643,7 @@ variational inference.")
(modify-phases %standard-phases
(replace 'check
(lambda _
(setenv "PYTHONPATH"
(string-append (getcwd) ":"
(getenv "PYTHONPATH")))
(invoke "pytest" "tests")
#t)))))
(invoke "pytest" "tests"))))))
(propagated-inputs
`(("python-h5py" ,python-h5py)
("python-numpy" ,python-numpy)