We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9fc6121 commit 71ebb9fCopy full SHA for 71ebb9f
2 files changed
pyproject.toml
@@ -31,8 +31,8 @@ Homepage = "https://github.com/open-feature/python-sdk"
31
dev = [
32
"behave",
33
"coverage[toml]>=6.5",
34
- "pytest",
35
- "pytest-asyncio",
+ "pytest>=9.0.0",
+ "pytest-asyncio>=1.3.0",
36
"pre-commit"
37
]
38
@@ -57,7 +57,8 @@ pretty = true
57
strict = true
58
disallow_any_generics = false
59
60
-[tool.pytest.ini_options]
+[tool.pytest]
61
+strict = true
62
asyncio_default_fixture_loop_scope = "function"
63
64
[tool.coverage.report]
0 commit comments