mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-06-18 23:38:18 +00:00
Cleanups for suppression of UserWarnings. refs #1435
This commit is contained in:
@ -117,13 +117,13 @@ deprecation_messages = [
|
||||
"the sets module is deprecated",
|
||||
]
|
||||
|
||||
deprecation_imports = [
|
||||
user_warning_messages = [
|
||||
"Hashing uninitialized InterfaceClass instance",
|
||||
]
|
||||
|
||||
warning_imports = [
|
||||
'nevow',
|
||||
'twisted.persisted.sob',
|
||||
'twisted.python.filepath',
|
||||
'Crypto.Hash.SHA',
|
||||
]
|
||||
|
||||
user_warning_messages = [
|
||||
"Hashing uninitialized InterfaceClass instance",
|
||||
]
|
||||
|
Reference in New Issue
Block a user