Skip to content

Commit 8b84283

Browse files
committed
pyproject(pytest): Ignore warnings by default
1 parent 8e7f924 commit 8b84283

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,8 @@ testpaths = [
163163
]
164164
filterwarnings = [
165165
"ignore:The frontend.Option(Parser)? class.*:DeprecationWarning::",
166+
"ignore::DeprecationWarning:libtmux.*:",
167+
"ignore::DeprecationWarning:tests:", # tests/
166168
]
167169

168170
[build-system]

0 commit comments

Comments
 (0)