mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-06-20 16:20:18 +00:00
Temporarily suppress the DeprecationWarning about IFinishableConsumer; it's irritating, but not in a way that is likely to make me fix the underlying issue (#1525) any sooner :-). refs #1295
This commit is contained in:
@ -106,6 +106,7 @@ deprecation_messages = [
|
|||||||
"The popen2 module is deprecated. Use the subprocess module.",
|
"The popen2 module is deprecated. Use the subprocess module.",
|
||||||
"the md5 module is deprecated; use hashlib instead",
|
"the md5 module is deprecated; use hashlib instead",
|
||||||
"twisted.web.error.NoResource is deprecated since Twisted 9.0. See twisted.web.resource.NoResource.",
|
"twisted.web.error.NoResource is deprecated since Twisted 9.0. See twisted.web.resource.NoResource.",
|
||||||
|
"twisted.internet.interfaces.IFinishableConsumer was deprecated in Twisted 11.1.0: Please use IConsumer (and IConsumer.unregisterProducer) instead."
|
||||||
"the sets module is deprecated",
|
"the sets module is deprecated",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user