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 ff92197 commit 11718fcCopy full SHA for 11718fc
pyproject.toml
@@ -60,7 +60,7 @@ where = ["src"]
60
[tool.pytest.ini_options]
61
pythonpath = ["src"]
62
testpaths = ["tests"]
63
-filterwarnings = ["error", "ignore::DeprecationWarning"]
+filterwarnings = ["error"] #, "ignore::DeprecationWarning"]
64
65
[tool.coverage.report]
66
include = [
0 commit comments