Skip to content

Commit 85ec462

Browse files
authored
chore: ⬆️ Upgrade pytest to v9; update config accordingly (#227)
1 parent d1eef0a commit 85ec462

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ dev = [
7878
]
7979

8080
test = [# Not in `dev` because we use tox for testing. Tox will install these dependencies.
81-
"pytest~=8.4.2",
81+
"pytest~=9.0.2",
8282
"pytest-asyncio~=1.3.0",
8383
]
8484
ci = [
@@ -340,7 +340,7 @@ include = ["tests/**"]
340340
[tool.ty.overrides.rules]
341341
unresolved-import = "ignore"
342342

343-
[tool.pytest.ini_options]
343+
[tool.pytest]
344344
asyncio_mode = "auto"
345345
asyncio_default_fixture_loop_scope = "function"
346346

uv.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)