From e66dffa3f0a8253c959fbe5e3c9564398bd4cd95 Mon Sep 17 00:00:00 2001 From: Jair Henrique Date: Tue, 7 Jan 2025 09:43:53 -0300 Subject: [PATCH] Remove unnecessary test --- tests/integration/test_aiohttp.py | 6 ------ 1 file changed, 6 deletions(-) diff --git a/tests/integration/test_aiohttp.py b/tests/integration/test_aiohttp.py index c1ae7484..eaa2fd1a 100644 --- a/tests/integration/test_aiohttp.py +++ b/tests/integration/test_aiohttp.py @@ -264,12 +264,6 @@ def test_aiohttp_test_client_json(aiohttp_client, tmpdir): assert cassette.play_count == 1 -def test_cleanup_from_pytest_asyncio(): - # work around https://github.com/pytest-dev/pytest-asyncio/issues/724 - asyncio.get_event_loop().close() - asyncio.set_event_loop(None) - - @pytest.mark.online def test_redirect(tmpdir, httpbin): url = httpbin.url + "/redirect/2"