gnu: python-scanpy: Use GUIX_PYTHONPATH.
* gnu/packages/bioinformatics.scm (python-scanpy)[arguments]: Use GUIX_PYTHONPATH instead of PYTHONPATH.
This commit is contained in:
parent
a22fb2d164
commit
664721422c
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user