Fix pytest asycio warning (#440)

This commit is contained in:
Jack Gerrits 2024-08-30 14:00:20 -04:00 committed by GitHub
parent ba64f442de
commit c72e2484c2
1 changed files with 1 additions and 0 deletions

View File

@ -75,6 +75,7 @@ exclude = ["src/autogen_core/application/protos"]
[tool.pytest.ini_options]
minversion = "6.0"
testpaths = ["tests"]
asyncio_default_fixture_loop_scope = "session"
[tool.nbqa.addopts]
mypy = [