Skip to content

Commit 901af0c

Browse files
committed
pyproject(pytest): Ignore warnings by default
1 parent e9f40a5 commit 901af0c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pyproject.toml

+2
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)