From: Daira Hopwood Date: Mon, 1 Sep 2014 20:12:53 +0000 (+0100) Subject: Suppress a DeprecationWarning from Twisted. X-Git-Tag: allmydata-tahoe-1.10.1a1~160 X-Git-Url: https://git.rkrishnan.org/?a=commitdiff_plain;h=e613111c45f9d056d4fc8cb3f2f0fb15499b226e;p=tahoe-lafs%2Ftahoe-lafs.git Suppress a DeprecationWarning from Twisted. Signed-off-by: Daira Hopwood --- diff --git a/src/allmydata/_auto_deps.py b/src/allmydata/_auto_deps.py index 1c1a0e18..2869a9e3 100644 --- a/src/allmydata/_auto_deps.py +++ b/src/allmydata/_auto_deps.py @@ -110,6 +110,7 @@ require_more() global_deprecation_messages = [ "BaseException.message has been deprecated as of Python 2.6", "twisted.internet.interfaces.IFinishableConsumer was deprecated in Twisted 11.1.0: Please use IConsumer (and IConsumer.unregisterProducer) instead.", + "twisted.internet.interfaces.IStreamClientEndpointStringParser was deprecated in Twisted 14.0.0: This interface has been superseded by IStreamClientEndpointStringParserWithReactor.", ] # These are suppressed while importing dependencies: