Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ Homepage = "https://github.com/open-feature/python-sdk"
dev = [
"behave",
"coverage[toml]>=6.5",
"pytest",
"pytest-asyncio",
"pytest>=9.0.0",
"pytest-asyncio>=1.3.0",
"pre-commit"
]

Expand All @@ -57,7 +57,8 @@ pretty = true
strict = true
disallow_any_generics = false

[tool.pytest.ini_options]
[tool.pytest]
strict = true
asyncio_default_fixture_loop_scope = "function"

[tool.coverage.report]
Expand Down
Loading