Skip to content

Commit a72fadc

Browse files
committed
Define asyncio_default_fixture_loop_scope
Change-Id: I89ce120c918aa3b3d28e6f32c3cc5833b474db23
1 parent e1592a8 commit a72fadc

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# Version history
22

3+
- Fixed asyncio_default_fixture_loop_scope warning in tests
34
- Fixed NULL warning in fetch functions
45

56
## 1.0.0

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,3 +42,6 @@ exclude = ["figures"]
4242

4343
[tool.pdm]
4444
distribution = true
45+
[tool.pytest.ini_options]
46+
asyncio_mode = "auto"
47+
asyncio_default_fixture_loop_scope = "session"

0 commit comments

Comments
 (0)