Skip to content

Commit 03e80b2

Browse files
committed
test(warnings): ignore our own legit warnings
1 parent 548621c commit 03e80b2

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
@@ -170,6 +170,10 @@ omit = [
170170
[tool.pytest.ini_options]
171171
addopts = "--strict-markers"
172172
testpaths = ["tests/"]
173+
filterwarnings = [
174+
# get_smart_tag_range is deprecated and will be removed in v5
175+
"ignore:Call to deprecated function \\(or staticmethod\\) get_smart_tag_range:DeprecationWarning",
176+
]
173177

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

0 commit comments

Comments
 (0)