mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
Revert "gnu: python-aiohttp: Skip the tests."
This reverts commit2cac7d328a
. The test suite passes after the package update ofe40dfcfcb1
.
This commit is contained in:
parent
d849be7b5f
commit
1ebc9e8823
1 changed files with 1 additions and 4 deletions
|
@ -237,10 +237,7 @@ (define-public python-aiohttp
|
|||
))
|
||||
(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 _
|
||||
|
|
Loading…
Reference in a new issue