Skip to content

Commit ea884be

Browse files
Apply Repo-Review rule PP309
pytest: Filter warnings specified
1 parent f06729e commit ea884be

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ dev = [
5050

5151
[tool.pytest.ini_options]
5252
addopts = ["-v", "-ra", "--strict-config", "--strict-markers", "--doctest-modules", "--ignore=benchmark", "--doctest-glob=README.md"]
53+
filterwarnings = ["error"]
5354
log_level = "INFO"
5455
xfail_strict = true
5556

0 commit comments

Comments
 (0)