me
/
guix
Archived
1
0
Fork 0

gnu: gunicorn: Update to 20.0.4

* gnu/packages/python-web.scm (gunicorn) [version]: Update to 20.0.4
[arguments] Re-enable previously failing tests

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
master
Lars-Dominik Braun 2020-03-27 13:55:03 +01:00 committed by Ludovic Courtès
parent 4b75a70600
commit ecceef27c8
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 2 additions and 7 deletions

View File

@ -3390,14 +3390,14 @@ hard or impossible to fix in cssselect.")
(define-public gunicorn (define-public gunicorn
(package (package
(name "gunicorn") (name "gunicorn")
(version "20.0.0") (version "20.0.4")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "gunicorn" version)) (uri (pypi-uri "gunicorn" version))
(sha256 (sha256
(base32 (base32
"0l1zm8a0vz8ws3lkn8q9a0f93ipdzyvlf2zlwdj5xyadh6jdwsgg")))) "09n6fc019bgrvph1s5h1lwhn2avcsprw6ncd203qhra3i8mvn10r"))))
(outputs '("out" "doc")) (outputs '("out" "doc"))
(build-system python-build-system) (build-system python-build-system)
(arguments (arguments
@ -3413,11 +3413,6 @@ hard or impossible to fix in cssselect.")
(lambda _ (lambda _
(setenv "PYTHONPATH" (setenv "PYTHONPATH"
(string-append ".:" (getenv "PYTHONPATH"))) (string-append ".:" (getenv "PYTHONPATH")))
;; Remove test modules failing due to libc not found due to
;; section '.dynamic' not found in libc.so
(delete-file "tests/test_arbiter.py")
(delete-file "tests/test_config.py")
(delete-file "tests/test_sock.py")
(invoke "pytest"))) (invoke "pytest")))
(add-after 'install 'install-doc (add-after 'install 'install-doc
(lambda* (#:key outputs #:allow-other-keys) (lambda* (#:key outputs #:allow-other-keys)