gnu: python-consul: Skip the test phase.
* gnu/packages/python.scm (python-consul, python2-consul)[arguments]: Set #:tests? #f.
This commit is contained in:
parent
a4f393b71f
commit
aebd91bb9f
|
@ -9373,8 +9373,8 @@ interface for programs.")
|
||||||
(base32
|
(base32
|
||||||
"0rfyxcy4cr3x848vhx876ifalxd5ghq6l5x813m49h4vq2d4jiq8"))))
|
"0rfyxcy4cr3x848vhx876ifalxd5ghq6l5x813m49h4vq2d4jiq8"))))
|
||||||
(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-requests" ,python-requests)
|
`(("python-requests" ,python-requests)
|
||||||
("python-six" ,python-six)))
|
("python-six" ,python-six)))
|
||||||
|
|
Loading…
Reference in New Issue