guix-commits
[Top][All Lists]
Advanced

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

branch master updated: Revert "gnu: python-aiohttp: Skip the tests."


From: guix-commits
Subject: branch master updated: Revert "gnu: python-aiohttp: Skip the tests."
Date: Tue, 18 Jan 2022 00:30:43 -0500

This is an automated email from the git hooks/post-receive script.

apteryx pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 1ebc9e8823 Revert "gnu: python-aiohttp: Skip the tests."
1ebc9e8823 is described below

commit 1ebc9e88234812f6e6d00694ed7d27ac2ac4dc05
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Tue Jan 18 00:25:56 2022 -0500

    Revert "gnu: python-aiohttp: Skip the tests."
    
    This reverts commit 2cac7d328abb84dc00118286e9647d2715539c4d.  The test 
suite
    passes after the package update of e40dfcfcb1.
---
 gnu/packages/python-web.scm | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 8764e34526..0869e54c70 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -237,10 +237,7 @@ for adding, removing and dropping callbacks.")
        ))
     (build-system python-build-system)
     (arguments
-     '(;; The test suite fails to handle a deprecation warning:
-       ;; "E           DeprecationWarning: The loop argument is deprecated 
since Python 3.8, and scheduled for removal in Python 3.10."
-       #:tests? #f
-       #:phases
+     '(#:phases
        (modify-phases %standard-phases
          (add-after 'unpack 'fix-tests
            (lambda _



reply via email to

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