Skip to content

Commit 922941f

Browse files
committed
test(warnings): ignore our own legit warnings
1 parent 6990d51 commit 922941f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pyproject.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,10 @@ omit = [
171171
[tool.pytest.ini_options]
172172
addopts = "--strict-markers"
173173
testpaths = ["tests/"]
174+
filterwarnings = [
175+
# get_smart_tag_range is deprecated and will be removed in v5
176+
"ignore:Call to deprecated function \\(or staticmethod\\) get_smart_tag_range:DeprecationWarning",
177+
]
174178

175179
[tool.tox]
176180
requires = ["tox>=4.22"]

0 commit comments

Comments
 (0)