Skip to content

Commit 0252600

Browse files
committed
ignore deprecation warnings
1 parent ecf8c25 commit 0252600

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

+1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ exclude = [".venv/*"]
2020
addopts = "-ra --cov"
2121
testpaths = ["tests"]
2222
pythonpath = ['src']
23+
filterwarnings = ["ignore::DeprecationWarning"]
2324

2425
[tool.coverage.report]
2526
show_missing = true

0 commit comments

Comments
 (0)