diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2024-01-09 15:27:18 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2024-01-16 12:44:36 +0100 |
commit | 3118d95b560df8b479ed8ca27006cb2b3261a367 (patch) | |
tree | 0382f37a84ee04ea082d1701362ff2de561e612c | |
parent | 745b208767825f7b5539deb3830053e3f4f2a504 (diff) |
gnu: python-demuxem: Disable tests.
* gnu/packages/bioinformatics.scm (python-demuxem)[arguments]: Disable tests,
because there aren't any.
Change-Id: I50364ca6744cf9d2704d4b75a8c79c4fdc4ada6e
-rw-r--r-- | gnu/packages/bioinformatics.scm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm index 9f33caa8e0..153b190630 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm @@ -1921,6 +1921,8 @@ biological activities from omics data within a unified framework.") (base32 "1bhyxqjk44bmyd26m1smapf68wyf7252kk65i27k50dd3kswgnd6")))) (build-system pyproject-build-system) + ;; There are no tests. + (arguments (list #:tests? #false)) (propagated-inputs (list python-docopt python-importlib-metadata |