3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

Revert "gnu: python-aiohttp: Skip the tests."

This reverts commit 2cac7d328a.  The test suite
passes after the package update of e40dfcfcb1.
This commit is contained in:
Maxim Cournoyer 2022-01-18 00:25:56 -05:00
parent d849be7b5f
commit 1ebc9e8823
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -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 _