We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 548621c commit 03e80b2Copy full SHA for 03e80b2
pyproject.toml
@@ -170,6 +170,10 @@ omit = [
170
[tool.pytest.ini_options]
171
addopts = "--strict-markers"
172
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
+]
177
178
[tool.tox]
179
requires = ["tox>=4.22"]
0 commit comments