Skip to content

Commit fca940b

Browse files
authored
Bump pytest to 9.0.0
1 parent fdd8c15 commit fca940b

2 files changed

Lines changed: 89 additions & 89 deletions

File tree

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -106,12 +106,12 @@ init_forbid_extra = true
106106
init_typed = true
107107
warn_required_dynamic_aliases = true
108108

109-
[tool.pytest.ini_options]
110-
python_files = "test_*.py"
111-
addopts = "--tb short --cov ./ --cov-report term-missing:skip-covered"
109+
[tool.pytest]
110+
python_files = ["test_*.py"]
111+
addopts = ["--tb", "short", "--cov", "./", "--cov-report", "term-missing:skip-covered"]
112112
asyncio_default_fixture_loop_scope = "session"
113113
asyncio_mode = "auto"
114-
testpaths = "**/tests/"
114+
testpaths = ["**/tests/"]
115115

116116
[tool.ruff]
117117
line-length = 88

0 commit comments

Comments
 (0)