diff options
author | Marius Bakke <mbakke@fastmail.com> | 2016-12-16 18:15:47 +0100 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2016-12-16 18:15:47 +0100 |
commit | cdc2bb50b29422e8edfb00cabb5edd632f6ebe07 (patch) | |
tree | 4a3c3d487bcc93e22dac5126898fb251a4375e01 /gnu/packages | |
parent | ee94ca11a1d695871c11cd5cf521089d5bcdb34f (diff) | |
download | patches-cdc2bb50b29422e8edfb00cabb5edd632f6ebe07.tar patches-cdc2bb50b29422e8edfb00cabb5edd632f6ebe07.tar.gz |
gnu: pbtranscript-tofu: Disable tests.
* gnu/packages/bioinformatics.scm (pbtranscript-tofu)[arguments]: Set #:tests? #f.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/bioinformatics.scm | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm index e37226b275..50b0bfaa03 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm @@ -3572,6 +3572,9 @@ the phenotype as it models the data.") (build-system python-build-system) (arguments `(#:python ,python-2 + ;; FIXME: Tests fail with "No such file or directory: + ;; pbtools/pbtranscript/modified_bx_intervals/intersection_unique.so" + #:tests? #f #:phases (modify-phases %standard-phases (add-after 'unpack 'enter-directory |