Skip to content

Commit 71ebb9f

Browse files
authored
chore: update pytest to v9 (#559)
update pytest to v9 Signed-off-by: gruebel <anton.gruebel@gmail.com>
1 parent 9fc6121 commit 71ebb9f

File tree

2 files changed

+129
-128
lines changed

2 files changed

+129
-128
lines changed

pyproject.toml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ Homepage = "https://github.com/open-feature/python-sdk"
3131
dev = [
3232
"behave",
3333
"coverage[toml]>=6.5",
34-
"pytest",
35-
"pytest-asyncio",
34+
"pytest>=9.0.0",
35+
"pytest-asyncio>=1.3.0",
3636
"pre-commit"
3737
]
3838

@@ -57,7 +57,8 @@ pretty = true
5757
strict = true
5858
disallow_any_generics = false
5959

60-
[tool.pytest.ini_options]
60+
[tool.pytest]
61+
strict = true
6162
asyncio_default_fixture_loop_scope = "function"
6263

6364
[tool.coverage.report]

0 commit comments

Comments
 (0)