diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2024-01-17 21:41:06 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2024-01-17 21:41:45 +0100 |
commit | 270570f09030f8888f613ed18e7b78ae6a7156e0 (patch) | |
tree | a6b6fc9d513d9801fe6b21ef704e953fbc76576c | |
parent | 95a3aaf7ad37bb0717f2c9e3faf6f636b586d133 (diff) | |
download | guix-270570f09030f8888f613ed18e7b78ae6a7156e0.tar.gz |
gnu: python-snaptools: Disable tests.
* gnu/packages/bioinformatics.scm (python-snaptools)[arguments]: Disable tests. Change-Id: I4934bda3cfbaf42a87f57035ec12d084112dcc24
-rw-r--r-- | gnu/packages/bioinformatics.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm index e7ae52176d..d0a3d94244 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm @@ -2429,6 +2429,7 @@ counts.") (base32 "1s5373g5jjbshh3q39zy7dlxr7nda6ksxq9d1gw46h82c4fsmfbn")))) (build-system pyproject-build-system) + (arguments (list #:tests? #false)) ;there are none (propagated-inputs (list python-future python-h5py |