Skip to content

Commit 08ea5ad

Browse files
Adopted pyenv-asyncio for async unit tests
1 parent 0a25a1d commit 08ea5ad

File tree

7 files changed

+623
-663
lines changed

7 files changed

+623
-663
lines changed

pyproject.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,3 +41,7 @@ namespaces = false
4141
[build-system]
4242
requires = ["setuptools>=61.2"]
4343
build-backend = "setuptools.build_meta"
44+
45+
[tool.pytest.ini_options]
46+
asyncio_mode = "auto"
47+
asyncio_default_fixture_loop_scope = "session"

0 commit comments

Comments
 (0)