gnu: python-scanpy: Ignore plotting tests.

* gnu/packages/bioinformatics.scm (python-scanpy)[arguments]: Also ignore
tests from test_plotting.py.

Change-Id: I5d2ebb3764e57c5f348be2b3555db99a2ee6ee4f
This commit is contained in:
Ricardo Wurmus 2025-01-01 19:54:32 +01:00
parent 9ce6e9f94a
commit 100c75620a
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -18794,6 +18794,7 @@ (define-public python-scanpy
;; File is missing
" and not test_pbmc3k")
;; TODO: I can't get the plotting tests to work, even with Xvfb.
"--ignore=scanpy/tests/test_plotting.py"
"--ignore=scanpy/tests/test_embedding_plots.py"
"--ignore=scanpy/tests/test_preprocessing.py"
"--ignore=scanpy/tests/test_read_10x.py"