~ruther/guix-local

326f8285b35def19d4ce12ab9bb73d2b452c7760 — Leo Famulari 9 years ago 062c7e4
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.
1 files changed, 2 insertions(+), 1 deletions(-)

M gnu/packages/python.scm
M gnu/packages/python.scm => gnu/packages/python.scm +2 -1
@@ 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*