guix-commits
[Top][All Lists]
Advanced

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

02/04: gnu: python-aiohttp: Update to 3.4.4.


From: guix-commits
Subject: 02/04: gnu: python-aiohttp: Update to 3.4.4.
Date: Sat, 1 Dec 2018 19:21:36 -0500 (EST)

ngz pushed a commit to branch master
in repository guix.

commit 62c2cef05c9758e09411d6787cf135ee85d303d9
Author: Nicolas Goaziou <address@hidden>
Date:   Sun Dec 2 00:57:37 2018 +0100

    gnu: python-aiohttp: Update to 3.4.4.
    
    * gnu/packages/python-web.scm (python-aiohttp): Update to 3.4.4.
    [native-inputs] Remove test-related inputs since tests are not run.
---
 gnu/packages/python-web.scm | 11 +++--------
 1 file changed, 3 insertions(+), 8 deletions(-)

diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 55b8942..ecd141e 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -68,22 +68,17 @@
 (define-public python-aiohttp
   (package
     (name "python-aiohttp")
-    (version "3.1.3")
+    (version "3.4.4")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "aiohttp" version))
        (sha256
         (base32
-         "1b888lggmyf2d08rfayq9khszzc0pav1z70ssc0b4d9kkr4g1klz"))))
+         "1ykm6kdjkrg556j0zd7dx2l1rsrbh0d9g27ivr6dmaahz9pyrbsi"))))
     (build-system python-build-system)
     (arguments
-     `(#:tests? #f))                    ;FIXME: 2 errors, 2084 passed
-    (native-inputs
-     `(("python-async-generator" ,python-async-generator)
-       ("python-pytest" ,python-pytest)
-       ("python-pytest-capturelog" ,python-pytest-capturelog)
-       ("python-pytest-mock" ,python-pytest-mock)))
+     `(#:tests? #f))                    ;missing pytest-timeout
     (propagated-inputs
      `(("python-aiodns" ,python-aiodns)
        ("python-async-timeout" ,python-async-timeout)



reply via email to

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