gnu: python-scanpy: Use GUIX_PYTHONPATH.

* gnu/packages/bioinformatics.scm (python-scanpy)[arguments]: Use
GUIX_PYTHONPATH instead of PYTHONPATH.
This commit is contained in:
Ricardo Wurmus 2021-11-21 00:39:57 +01:00
parent a22fb2d164
commit 664721422c
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC

View File

@ -11956,10 +11956,10 @@ implementation differs in these ways:
;; packaged yet.
(delete-file "scanpy/tests/external/test_scanorama_integrate.py")
(setenv "PYTHONPATH"
(setenv "GUIX_PYTHONPATH"
(string-append (getcwd) ":"
(assoc-ref inputs "python-anndata:source") ":"
(getenv "PYTHONPATH")))
(getenv "GUIX_PYTHONPATH")))
(invoke "pytest" "-vv"
"-k"
;; Plot tests that fail.