mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 05:57:04 +01:00
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:
parent
9ce6e9f94a
commit
100c75620a
1 changed files with 1 additions and 0 deletions
|
@ -18794,6 +18794,7 @@ (define-public python-scanpy
|
||||||
;; File is missing
|
;; File is missing
|
||||||
" and not test_pbmc3k")
|
" and not test_pbmc3k")
|
||||||
;; TODO: I can't get the plotting tests to work, even with Xvfb.
|
;; 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_embedding_plots.py"
|
||||||
"--ignore=scanpy/tests/test_preprocessing.py"
|
"--ignore=scanpy/tests/test_preprocessing.py"
|
||||||
"--ignore=scanpy/tests/test_read_10x.py"
|
"--ignore=scanpy/tests/test_read_10x.py"
|
||||||
|
|
Loading…
Reference in a new issue