Skip to content

Commit 11718fc

Browse files
committed
Check deprecation warnings
1 parent ff92197 commit 11718fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ where = ["src"]
6060
[tool.pytest.ini_options]
6161
pythonpath = ["src"]
6262
testpaths = ["tests"]
63-
filterwarnings = ["error", "ignore::DeprecationWarning"]
63+
filterwarnings = ["error"] #, "ignore::DeprecationWarning"]
6464

6565
[tool.coverage.report]
6666
include = [

0 commit comments

Comments
 (0)