mirror of https://github.com/microsoft/autogen.git
Fix pytest asycio warning (#440)
This commit is contained in:
parent
ba64f442de
commit
c72e2484c2
|
@ -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 = [
|
||||
|
|
Loading…
Reference in New Issue