Skip to content

Commit f313e44

Browse files
committed
add another ignore
1 parent 60bfe96 commit f313e44

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,9 @@ filterwarnings= [
4141
# Fail on warnings
4242
"error",
4343

44+
# Ignore our own warnings
45+
"ignore:The `stream` parameter of `getpass.getpass` will have no effect:UserWarning",
46+
4447
# https://github.com/minrk/appnope/issues/13
4548
"ignore:distutils Version classes are deprecated:DeprecationWarning:appnope",
4649

0 commit comments

Comments
 (0)