guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: python-graphql-core: Disable the test suite.


From: Leo Famulari
Subject: 01/01: gnu: python-graphql-core: Disable the test suite.
Date: Sun, 30 Oct 2016 01:51:05 +0000 (UTC)

lfam pushed a commit to branch core-updates
in repository guix.

commit 326f8285b35def19d4ce12ab9bb73d2b452c7760
Author: Leo Famulari <address@hidden>
Date:   Sat Oct 29 21:49:41 2016 -0400

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

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 9dde9d3..06f8130 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -11079,7 +11079,8 @@ CPU, load, memory, network bandwidth, disk I/O, disk 
use, and more.")
           "0rsaarx2sj4xnw9966rhh4haiqaapm4lm2mfqm48ywd51j5vh1a0"))))
     (build-system python-build-system)
     (arguments
-     `(#:phases
+     `(#:tests? #f ; Tests require the unpackaged pytest-benchmark.
+       #:phases
        (modify-phases %standard-phases
          (add-after 'unpack 'patch-hardcoded-version
            (lambda _ (substitute*



reply via email to

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