fix: update settings for asyncio testing

This commit is contained in:
2025-02-21 17:08:56 +01:00
committed by wakonig_k
parent 7569bc920a
commit ce04dac5be
4 changed files with 26 additions and 26 deletions

View File

@ -103,3 +103,10 @@ env = "GL_TOKEN"
[tool.semantic_release.publish]
dist_glob_patterns = ["dist/*"]
upload_to_vcs_release = true
[tool.pytest.ini_options]
asyncio_mode = "auto"
asyncio_default_fixture_loop_scope = "function"
[tool.coverage.run]
concurrency = ["greenlet", "thread"]