guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/04: gnu: gunicorn: Update to 20.0.4


From: guix-commits
Subject: 02/04: gnu: gunicorn: Update to 20.0.4
Date: Wed, 1 Apr 2020 18:06:35 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit ecceef27c8913654714b091243263b9e590e3f8a
Author: Lars-Dominik Braun <address@hidden>
AuthorDate: Fri Mar 27 13:55:03 2020 +0100

    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 <address@hidden>
---
 gnu/packages/python-web.scm | 9 ++-------
 1 file changed, 2 insertions(+), 7 deletions(-)

diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 26e2fe0..19c0802 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -3390,14 +3390,14 @@ hard or impossible to fix in cssselect.")
 (define-public gunicorn
   (package
     (name "gunicorn")
-    (version "20.0.0")
+    (version "20.0.4")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "gunicorn" version))
        (sha256
         (base32
-         "0l1zm8a0vz8ws3lkn8q9a0f93ipdzyvlf2zlwdj5xyadh6jdwsgg"))))
+         "09n6fc019bgrvph1s5h1lwhn2avcsprw6ncd203qhra3i8mvn10r"))))
     (outputs '("out" "doc"))
     (build-system python-build-system)
     (arguments
@@ -3413,11 +3413,6 @@ hard or impossible to fix in cssselect.")
            (lambda _
              (setenv "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")))
          (add-after 'install 'install-doc
            (lambda* (#:key outputs #:allow-other-keys)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]