gnu: http-parser: Update to 1.1.4.

* gnu/packages/web.scm (http-parser): Update to 1.1.4.
[phases]: Delete trailing #t.
This commit is contained in:
Maxim Cournoyer 2021-11-22 10:22:18 -05:00
parent 7d5c5b3493
commit 07f078dbcf
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -6390,13 +6390,13 @@ (define-public http-parser
(define-public python-httpretty
(package
(name "python-httpretty")
(version "1.0.5")
(version "1.1.4")
(source
(origin
(method url-fetch)
(uri (pypi-uri "httpretty" version))
(sha256
(base32 "1dg0nfl7i9kjnq98ww98x2afzav4mpgiwzvjc43ily1x9my94g75"))))
(base32 "0s1vjdaf3pk2xd0hvi5f7p3jm2rgwpbc734jdp9r50m1smfhxpi0"))))
(build-system python-build-system)
(arguments
`(#:tests? #f ; Tests require network access.
@ -6405,8 +6405,7 @@ (define-public python-httpretty
(replace 'check
(lambda* (#:key tests? #:allow-other-keys)
(when tests?
(invoke "nosetests"))
#t)))))
(invoke "nosetests")))))))
(native-inputs
`(("python-coverage" ,python-coverage)
("python-eventlet" ,python-eventlet)