commit:     726a91bab3cd4cefb7ac02d83b8f6c18394aa719
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 28 09:56:50 2024 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Sep 28 10:02:20 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=726a91ba

dev-python/aiohttp: Reenable all tests after masking aiohappyeyeballs

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/aiohttp/aiohttp-3.10.7.ebuild | 12 ------------
 1 file changed, 12 deletions(-)

diff --git a/dev-python/aiohttp/aiohttp-3.10.7.ebuild 
b/dev-python/aiohttp/aiohttp-3.10.7.ebuild
index 328a80ec80d3..8e3148eba2f4 100644
--- a/dev-python/aiohttp/aiohttp-3.10.7.ebuild
+++ b/dev-python/aiohttp/aiohttp-3.10.7.ebuild
@@ -109,18 +109,6 @@ python_test() {
                tests/test_circular_imports.py::test_no_warnings
        )
 
-       case ${EPYTHON} in
-               python3.13)
-                       EPYTEST_DESELECT+=(
-                               # TODO: hang
-                               
tests/test_run_app.py::TestShutdown::test_shutdown_new_conn_rejected
-                               
tests/test_run_app.py::TestShutdown::test_shutdown_timeout_handler
-                               
tests/test_run_app.py::TestShutdown::test_shutdown_timeout_not_reached
-                               
tests/test_run_app.py::TestShutdown::test_shutdown_wait_for_handler
-                       )
-                       ;;
-       esac
-
        # upstream unconditionally blocks building C extensions
        # on PyPy3 but the test suite needs an explicit switch
        if [[ ${EPYTHON} == pypy3 ]] || ! use native-extensions; then

Reply via email to