Skip to content

Commit 0b5c463

Browse files
Adopted pyenv-asyncio for async unit tests
1 parent b6ee33e commit 0b5c463

9 files changed

+923
-1038
lines changed

pyproject.toml

+4
Original file line numberDiff line numberDiff line change
@@ -54,3 +54,7 @@ namespaces = false
5454
[build-system]
5555
requires = ["setuptools>=61.2"]
5656
build-backend = "setuptools.build_meta"
57+
58+
[tool.pytest.ini_options]
59+
asyncio_mode = "auto"
60+
asyncio_default_fixture_loop_scope = "session"

tests/async/helpers.py

-6
This file was deleted.

0 commit comments

Comments
 (0)