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:
parent
062c7e43ed
commit
326f8285b3
1 changed files with 2 additions and 1 deletions
|
@ -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*
|
||||
|
|
Loading…
Reference in a new issue