Skip to content

Commit d81e5ac

Browse files
adamtheturtleclaude
andcommitted
Use native pytest TOML configuration
Remove `ini_options.` prefix from pytest configuration keys under `[tool.pytest]`, using the native TOML configuration format supported since pytest 9.0. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent c117e97 commit d81e5ac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -301,8 +301,8 @@ keep_full_version = true
301301
max_supported_python = "3.14"
302302

303303
[tool.pytest]
304-
ini_options.xfail_strict = true
305-
ini_options.log_cli = true
304+
xfail_strict = true
305+
log_cli = true
306306

307307
[tool.coverage]
308308
run.branch = true

0 commit comments

Comments
 (0)