gnu: python-scanpy: Do not set PYTHONPATH.

* gnu/packages/bioinformatics.scm (python-scanpy)[phases]
{check}: Do not set PYTHONPATH.
This commit is contained in:
Maxim Cournoyer 2021-01-22 16:25:56 -05:00
parent 3c0b373310
commit 21ce20bd2f
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -12924,11 +12924,7 @@ (define-public python-scanpy
(delete-file "scanpy/tests/test_preprocessing.py")
(delete-file "scanpy/tests/test_read_10x.py")
(setenv "PYTHONPATH"
(string-append (getcwd) ":"
(getenv "PYTHONPATH")))
(invoke "pytest")
#t)))))
(invoke "pytest"))))))
(propagated-inputs
`(("python-anndata" ,python-anndata)
("python-h5py" ,python-h5py)