gnu: python-requests: Disable tests.
* gnu/packages/python.scm (python-requests, python2-requests, python-requests-2.7)[native-inputs]: Remove field. [arguments]: New field. Set #:tests? #f.
This commit is contained in:
parent
97be1bc231
commit
cff0ccf9dc
@ -2365,12 +2365,11 @@ installed with a newer @code{pip} or with wheel's own command line utility.")
|
|||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0zsqrzlybf25xscgi7ja4s48y2abf9wvjkn47wh984qgs1fq2xy5"))))
|
"0zsqrzlybf25xscgi7ja4s48y2abf9wvjkn47wh984qgs1fq2xy5"))))
|
||||||
|
;; TODO: unbundle urllib3 and chardet.
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(native-inputs
|
(arguments
|
||||||
`(("python-py" ,python-py)
|
;; FIXME: Some tests require network access.
|
||||||
("python-pytest" ,python-pytest)
|
'(#:tests? #f))
|
||||||
("python-pytest-cov" ,python-pytest-cov)
|
|
||||||
("python-wheel" ,python-wheel)))
|
|
||||||
(home-page "http://python-requests.org/")
|
(home-page "http://python-requests.org/")
|
||||||
(synopsis "Python HTTP library")
|
(synopsis "Python HTTP library")
|
||||||
(description
|
(description
|
||||||
|
Loading…
Reference in New Issue
Block a user