commit | a72fadceeedc4ad1822471cecf514dae27863c2e | [log] [tgz] |
---|---|---|
author | Marc Kupietz <kupietz@ids-mannheim.de> | Sat Apr 12 16:28:56 2025 +0200 |
committer | Marc Kupietz <kupietz@ids-mannheim.de> | Sat Apr 12 16:33:25 2025 +0200 |
tree | b11b92dd776c70ee0dac18793ad36510946521f2 | |
parent | e1592a80f27f302c48483940e477ed210a932cf9 [diff] [blame] |
Define asyncio_default_fixture_loop_scope Change-Id: I89ce120c918aa3b3d28e6f32c3cc5833b474db23
diff --git a/pyproject.toml b/pyproject.toml index eff2365..388a54a 100644 --- a/pyproject.toml +++ b/pyproject.toml
@@ -42,3 +42,6 @@ [tool.pdm] distribution = true +[tool.pytest.ini_options] +asyncio_mode = "auto" +asyncio_default_fixture_loop_scope = "session"