Skip to content

Commit 4198383

Browse files
Filter warnings (#213)
* filter warnings, "error" initially * filter warnings "default"
1 parent 994e8ac commit 4198383

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

pyproject.toml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,7 @@ testpaths = [
115115
"tephi/",
116116
]
117117
doctest_optionflags = "NORMALIZE_WHITESPACE ELLIPSIS NUMBER"
118+
filterwarnings = ["default"]
118119

119120
[tool.repo-review]
120121
# These are a list of the currently failing tests:
@@ -124,11 +125,6 @@ ignore = [
124125

125126
# https://learn.scientific-python.org/development/guides/packaging-simple/#PY005
126127
"PY005", # Has tests folder
127-
128-
# TODO: exceptions that still need investigating are below. Might be fixable, or might become permanent (above):
129-
130-
# https://learn.scientific-python.org/development/guides/pytest#PP309
131-
"PP309", # has filterwarnings set
132128
]
133129

134130
[tool.ruff]

0 commit comments

Comments
 (0)