FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

pyproject.toml: convert pytest's own config to use `[tool.pytest]` · pytest-dev/pytest@5ea01cd · GitHub

Commit 5ea01cd

Browse files
committed
pyproject.toml: convert pytest's own config to use [tool.pytest]
Gotta dogfood!
1 parent 84eb7e3 commit 5ea01cd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

‎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 --strict-markers"
358+
addopts = [ "-rfEX", "-p", "pytester", "--strict-markers" ]
359359
python_files = [
360360
"test_*.py",
361361
"*_test.py",

0 commit comments

Comments
 (0)

Back | FazBrowse Home | New Git URL