me
/
guix
Archived
1
0
Fork 0

gnu: python-consul: Skip the test phase.

* gnu/packages/python.scm (python-consul, python2-consul)[arguments]:
Set #:tests? #f.
master
Leo Famulari 2018-01-16 15:27:09 -08:00
parent a4f393b71f
commit aebd91bb9f
No known key found for this signature in database
GPG Key ID: 2646FA30BACA7F08
1 changed files with 2 additions and 2 deletions

View File

@ -9373,8 +9373,8 @@ interface for programs.")
(base32
"0rfyxcy4cr3x848vhx876ifalxd5ghq6l5x813m49h4vq2d4jiq8"))))
(build-system python-build-system)
(native-inputs
`(("python-pytest" ,python-pytest)))
(arguments
'(#:tests? #f)) ; The tests are not distributed
(propagated-inputs
`(("python-requests" ,python-requests)
("python-six" ,python-six)))