Skip to content

Commit 0cdcd79

Browse files
committed
MNT: migrate pytest configuration to tool.pytest
1 parent 22beb39 commit 0cdcd79

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
@@ -132,8 +132,8 @@ warn_unused_configs = true
132132
warn_unreachable = true
133133
show_error_context = true
134134

135-
[tool.pytest.ini_options]
136-
addopts = "-ra"
135+
[tool.pytest]
136+
addopts = ["-ra"]
137137
filterwarnings = [
138138
"error",
139139
# already patched (but not released) upstream:

0 commit comments

Comments
 (0)