From 1ebc9e88234812f6e6d00694ed7d27ac2ac4dc05 Mon Sep 17 00:00:00 2001 From: Maxim Cournoyer Date: Tue, 18 Jan 2022 00:25:56 -0500 Subject: 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(-) (limited to 'gnu/packages/python-web.scm') 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 _ -- cgit v1.2.3