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 6990d51 commit 922941fCopy full SHA for 922941f
pyproject.toml
@@ -171,6 +171,10 @@ omit = [
171
[tool.pytest.ini_options]
172
addopts = "--strict-markers"
173
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
+]
178
179
[tool.tox]
180
requires = ["tox>=4.22"]
0 commit comments