Spaces:
Running
Running
Jeremiah Lowin commited on
Commit ·
8414d7b
1
Parent(s): aef8e8e
add test-loop-scope session
Browse files- pyproject.toml +1 -0
pyproject.toml
CHANGED
|
@@ -83,6 +83,7 @@ fallback-version = "0.0.0"
|
|
| 83 |
[tool.pytest.ini_options]
|
| 84 |
asyncio_mode = "auto"
|
| 85 |
asyncio_default_fixture_loop_scope = "session"
|
|
|
|
| 86 |
filterwarnings = []
|
| 87 |
|
| 88 |
|
|
|
|
| 83 |
[tool.pytest.ini_options]
|
| 84 |
asyncio_mode = "auto"
|
| 85 |
asyncio_default_fixture_loop_scope = "session"
|
| 86 |
+
asyncio_default_test_loop_scope = "session"
|
| 87 |
filterwarnings = []
|
| 88 |
|
| 89 |
|