mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-06-18 23:38:18 +00:00
Suppress a warning from win32eventreactor on Windows (patch v2). fixes #1681
This commit is contained in:
@ -120,6 +120,7 @@ deprecation_messages = [
|
||||
|
||||
user_warning_messages = [
|
||||
"Hashing uninitialized InterfaceClass instance",
|
||||
"Reliable disconnection notification requires pywin32 215 or later",
|
||||
]
|
||||
|
||||
warning_imports = [
|
||||
|
Reference in New Issue
Block a user