We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1592a8 commit a72fadcCopy full SHA for a72fadc
CHANGELOG.md
@@ -1,5 +1,6 @@
1
# Version history
2
3
+- Fixed asyncio_default_fixture_loop_scope warning in tests
4
- Fixed NULL warning in fetch functions
5
6
## 1.0.0
pyproject.toml
@@ -42,3 +42,6 @@ exclude = ["figures"]
42
43
[tool.pdm]
44
distribution = true
45
+[tool.pytest.ini_options]
46
+asyncio_mode = "auto"
47
+asyncio_default_fixture_loop_scope = "session"
0 commit comments