mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 06:36:37 -05:00
gnu: python-flask-restx: Update to 0.5.1.
* gnu/packages/python-web.scm (python-flask-restx): Update to 0.5.1. [arguments]: Disable one more test.
This commit is contained in:
parent
adc344c5c6
commit
9f6b44b123
1 changed files with 4 additions and 3 deletions
|
@ -5639,7 +5639,7 @@ (define-public python-random-user-agent
|
|||
(define-public python-flask-restx
|
||||
(package
|
||||
(name "python-flask-restx")
|
||||
(version "0.2.0")
|
||||
(version "0.5.1")
|
||||
(source
|
||||
;; We fetch from the Git repo because there are no tests in the PyPI
|
||||
;; archive.
|
||||
|
@ -5650,7 +5650,7 @@ (define-public python-flask-restx
|
|||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0xf2vkmdngp9cv9klznizai4byxjcf0iqh1pr4b83nann0jxqwy7"))))
|
||||
(base32 "18vrmknyxw6adn62pz3kr9kvazfgjgl4pgimdf8527fyyiwcqy15"))))
|
||||
(build-system python-build-system)
|
||||
(propagated-inputs
|
||||
(list python-aniso8601 python-flask python-jsonschema python-pytz))
|
||||
|
@ -5668,7 +5668,8 @@ (define-public python-flask-restx
|
|||
(lambda _
|
||||
(invoke "pytest" "--benchmark-skip" "-k"
|
||||
;; Those tests need internet access
|
||||
"not test_check and not test_valid_value_check"))))))
|
||||
"not test_check and not test_valid_value_check \
|
||||
and not test_override_app_level"))))))
|
||||
(home-page "https://github.com/python-restx/flask-restx")
|
||||
(synopsis
|
||||
"Framework for fast, easy and documented API development with Flask")
|
||||
|
|
Loading…
Reference in a new issue