Skip to content

Commit 8ab2500

Browse files
committed
pyproject.toml: convert pytest's own config to use [tool.pytest]
Gotta dogfood!
1 parent 7672daf commit 8ab2500

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
@@ -353,9 +353,9 @@ ignore = "W009"
353353
indent = 4
354354
max_supported_python = "3.14"
355355

356-
[tool.pytest.ini_options]
356+
[tool.pytest]
357357
minversion = "2.0"
358-
addopts = "-rfEX -p pytester"
358+
addopts = [ "-rfEX", "-p", "pytester" ]
359359
python_files = [
360360
"test_*.py",
361361
"*_test.py",

0 commit comments

Comments
 (0)