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 95eb966 commit 9bcf842Copy full SHA for 9bcf842
pyproject.toml
@@ -120,3 +120,7 @@ use_parentheses = true
120
[tool.pytest.ini_options]
121
addopts = "--cov=flask_mongoengine --cov-config=setup.cfg"
122
testpaths = ["tests"]
123
+filterwarnings = [
124
+ "ignore::DeprecationWarning:flask_mongoengine",
125
+ "ignore::DeprecationWarning:tests",
126
+ ]
0 commit comments