Skip to content

Commit 8ae5ac5

Browse files
committed
🔧 update pytest config for pytest 9
1 parent 01dbf5a commit 8ae5ac5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

‎pyproject.toml‎

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -217,11 +217,11 @@ allow-dunder-method-names = ["__array__", "__array_ufunc__"]
217217
# pytest
218218

219219
[tool.pytest.ini_options]
220-
minversion = "8.0"
221-
addopts = ["-ra", "--strict-config", "--strict-markers"]
220+
minversion = "9.0"
221+
addopts = ["-ra"]
222222
filterwarnings = ["error"]
223-
log_cli_level = "INFO"
224-
xfail_strict = true
223+
log_level = "INFO"
224+
strict = true
225225

226226
# tox
227227

0 commit comments

Comments
 (0)