From 8d1d7b7b4a48187f5849548bbc6bb543d6de33ba Mon Sep 17 00:00:00 2001 From: "bozo.kopic" Date: Mon, 27 Jun 2022 01:13:26 +0200 Subject: WIP native implementation --- test_pytest/conftest.py | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) (limited to 'test_pytest/conftest.py') diff --git a/test_pytest/conftest.py b/test_pytest/conftest.py index 866d3ce..91f389b 100644 --- a/test_pytest/conftest.py +++ b/test_pytest/conftest.py @@ -1,17 +1,5 @@ -import pytest - from hat import aio -loop = None - - -@pytest.fixture(scope='session') -def event_loop(): - yield loop - loop.close() - - def pytest_configure(config): - global loop - loop = aio.init_asyncio() + aio.init_asyncio() -- cgit v1.2.3-70-g09d2