Skip to content

Commit 8a420a4

Browse files
committed
add another ignore
1 parent 223e7b9 commit 8a420a4

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
@@ -42,6 +42,9 @@ filterwarnings= [
4242
# Fail on warnings
4343
"error",
4444

45+
# Ignore our own warnings
46+
"ignore:The `stream` parameter of `getpass.getpass` will have no effect:UserWarning",
47+
4548
# Ignore jupyter_client warnings
4649
"ignore:unclosed <socket.socket:ResourceWarning",
4750
"ignore:unclosed event loop:ResourceWarning",

0 commit comments

Comments
 (0)