Skip to content

Commit cc7e66d

Browse files
committed
Make deprecation warnings visible during test runs
1 parent 55cb87e commit cc7e66d

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,11 @@ include-package-data = false
6565
where = ["src"]
6666
namespaces = false
6767

68+
[tool.pytest.ini_options]
69+
filterwarnings = [
70+
"default::DeprecationWarning",
71+
]
72+
6873
[tool.ruff]
6974
line-length = 88
7075
src = ["src", "tests"]

0 commit comments

Comments
 (0)