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.
This commit is contained in:
Leo Famulari 2016-10-29 21:49:41 -04:00
parent 062c7e43ed
commit 326f8285b3
No known key found for this signature in database
GPG key ID: 2646FA30BACA7F08

View file

@ -11079,7 +11079,8 @@ (define-public python-graphql-core
"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*