diff --git a/pyproject.toml b/pyproject.toml index 47c59dd..267b12b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -78,6 +78,7 @@ __version__ = "{version}" [tool.pytest.ini_options] addopts = "--ignore-glob=*/version.py --ignore-glob=*data_dir/*" testpaths = "." +asyncio_default_fixture_loop_scope="function" [tool.black] line-length = 110 diff --git a/test-requirements.txt b/test-requirements.txt index 4b4429e..7637752 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -8,3 +8,4 @@ pre-commit boto3 botocore playwright +pytest-asyncio