mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 05:57:04 +01:00
gnu: python-ndg-httpsclient: Disable tests.
The tests were silently skipped with Python 3.4. With Python 3.5, this caused the python-ndg-httpsclient build to fail. * gnu/packages/python.scm (python-ndg-httpsclient)[arguments]: Disable tests.
This commit is contained in:
parent
ca0eee9df5
commit
a39cc01632
1 changed files with 3 additions and 0 deletions
|
@ -7088,6 +7088,9 @@ (define-public python-ndg-httpsclient
|
|||
(base32
|
||||
"0x32ibixm3vv5m9xfk83xsqm8xcqw4dd0khbh6qbri6rxgymbhg8"))))
|
||||
(build-system python-build-system)
|
||||
(arguments
|
||||
'(;; The tests appear to require networking.
|
||||
#:tests? #f))
|
||||
(propagated-inputs
|
||||
`(("python-pyopenssl" ,python-pyopenssl)))
|
||||
(synopsis "HTTPS support for Python's httplib and urllib2")
|
||||
|
|
Loading…
Reference in a new issue