gnu: python-graphql-relay: Skip the test phase.
* gnu/packages/python.scm (python-graphql-relay, python2-graphql-relay)[arguments]: Set #:tests? #f
This commit is contained in:
parent
aebd91bb9f
commit
dce2ad6953
|
@ -9578,8 +9578,8 @@ to Python.")
|
||||||
(base32
|
(base32
|
||||||
"1nv5dxcj59zv31qvl8bd142njmxcmymny2dz3br1l2cpbljbf5i7"))))
|
"1nv5dxcj59zv31qvl8bd142njmxcmymny2dz3br1l2cpbljbf5i7"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(native-inputs
|
(arguments
|
||||||
`(("python-pytest" ,python-pytest)))
|
'(#:tests? #f)) ; The tests are not distributed
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("python-graphql-core" ,python-graphql-core)
|
`(("python-graphql-core" ,python-graphql-core)
|
||||||
("python-promise" ,python-promise)
|
("python-promise" ,python-promise)
|
||||||
|
|
Loading…
Reference in New Issue