Use pytest-asyncio auto mode

This commit is contained in:
grossmj
2022-08-27 21:10:17 +02:00
parent 600c18f04b
commit fc7d5be736
28 changed files with 36 additions and 60 deletions

View File

@ -18,7 +18,6 @@
from collections import OrderedDict
import pytest
import pytest_asyncio
from tests.utils import asyncio_patch, AsyncioMagicMock
@ -29,7 +28,7 @@ from gns3server.compute.vpcs import VPCS
from gns3server.compute.nios.nio_udp import NIOUDP
@pytest_asyncio.fixture(scope="function")
@pytest.fixture(scope="function")
async def manager(port_manager):
m = VPCS.instance()