Skip to content

Commit e338bd4

Browse files
Apply Repo-Review rule PP309
pytest: Filter warnings specified
1 parent 92b8bcd commit e338bd4

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
testpaths = ["test"]
5556
xfail_strict = true

0 commit comments

Comments
 (0)