gnu: python-flask-restful: Update to 0.3.10.

* gnu/packages/python-web.scm (python-flask-restful): Update to 0.3.10.
[arguments]: Disable all tests.

Change-Id: I517d21110eb0334fe152c205c3f8167e0a873bc2
This commit is contained in:
Sharlatan Hellseher 2024-11-17 22:56:20 +00:00
parent 39c7419798
commit 75b4f5a457
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -5015,18 +5015,18 @@ apps.")
(define-public python-flask-restful (define-public python-flask-restful
(package (package
(name "python-flask-restful") (name "python-flask-restful")
(version "0.3.9") (version "0.3.10")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "Flask-RESTful" version)) (uri (pypi-uri "Flask-RESTful" version))
(sha256 (sha256
(base32 (base32
"0gm5dz088v3d2k1dkcp9b3nnqpkk0fp2jly870hijj2xhc5nbv6c")))) "0dzckjjz3aw8nmisr5g9mnv02s2nqlhblykr9ydqzpr703pz4jpy"))))
(build-system pyproject-build-system) (build-system pyproject-build-system)
(arguments (arguments
;; This test fails because '/' is not 'http://localhost/'. ;; See <https://github.com/flask-restful/flask-restful/issues/980>.
(list #:test-flags '(list "-k" "not test_redirect"))) (list #:tests? #f))
(propagated-inputs (propagated-inputs
(list python-aniso8601 python-flask python-pytz)) (list python-aniso8601 python-flask python-pytz))
(native-inputs (native-inputs