guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/02: gnu: python-twobitreader: Disable the test suite.


From: Leo Famulari
Subject: 01/02: gnu: python-twobitreader: Disable the test suite.
Date: Fri, 28 Oct 2016 17:59:17 +0000 (UTC)

lfam pushed a commit to branch master
in repository guix.

commit 900fb8d005e47d1b344cb9c448f1c3c785d94a0a
Author: Leo Famulari <address@hidden>
Date:   Fri Oct 28 13:55:29 2016 -0400

    gnu: python-twobitreader: Disable the test suite.
    
    The tests were silently skipped with Python 3.4. With Python 3.5, this 
caused
    the build of python-twobitreader to fail.
    
    * gnu/packages/bioinformatics.scm (python-twobitreader,
    python2-twobitreader)[arguments]: Disable the tests.
---
 gnu/packages/bioinformatics.scm |    5 +++++
 1 file changed, 5 insertions(+)

diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 4e9397e..0b6e14d 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -1435,6 +1435,11 @@ also includes an interface for tabix.")
                 "0y408fp6psqzwxpcpqn0wp7fr41dwz8d54wpj6j261fj5q8vs169"))))
     (properties `((python2-variant . ,(delay python2-twobitreader))))
     (build-system python-build-system)
+    (arguments
+     '(;; Tests are not distributed in the PyPi release.
+       ;; TODO Try building from the Git repo or asking the upstream maintainer
+       ;; to distribute the tests on PyPi.
+       #:tests? #f))
     (native-inputs
      `(("python-sphinx" ,python-sphinx)))
     (home-page "https://github.com/benjschiller/twobitreader";)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]