diff --git a/pytest.ini b/pytest.ini index e62899b..63d726e 100644 --- a/pytest.ini +++ b/pytest.ini @@ -1,3 +1,4 @@ [pytest] filterwarnings= error +asyncio_mode=auto diff --git a/requirements-dev.txt b/requirements-dev.txt index b2b4b21..348f27f 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -3,6 +3,7 @@ aiohttp==3.13.2 packaging==25.0 pytest==8.4.2 pytest-aiohttp==0.3.0 +pytest-asyncio pytest-cov==7.0.0 selenium==4.34.0 tox==4.30.3 diff --git a/setup.py b/setup.py index 666c6fe..cdcffc6 100644 --- a/setup.py +++ b/setup.py @@ -57,6 +57,7 @@ def read_file(filename): + pytest_runner, tests_require=[ "pytest", + "pytest-asyncio", "pytest-cov", "pytest-pylint", "selenium",