Skip to content

Commit 4f7c129

Browse files
authored
Bump pytest to 9.0.0
1 parent 8d8e895 commit 4f7c129

2 files changed

Lines changed: 13 additions & 13 deletions

File tree

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -81,12 +81,12 @@ no_implicit_reexport = true
8181
warn_redundant_casts = true
8282
warn_unused_ignores = true
8383

84-
[tool.pytest.ini_options]
85-
python_files = "test_*.py"
86-
addopts = "--tb short --cov ./ --cov-report term-missing:skip-covered"
84+
[tool.pytest]
85+
python_files = ["test_*.py"]
86+
addopts = ["--tb", "short", "--cov", "./", "--cov-report", "term-missing:skip-covered"]
8787
asyncio_default_fixture_loop_scope = "session"
8888
asyncio_mode = "auto"
89-
testpaths = "**/tests/"
89+
testpaths = ["**/tests/"]
9090

9191
[tool.ruff]
9292
line-length = 88

uv.lock

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

0 commit comments

Comments
 (0)