]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
Suppress a DeprecationWarning from Twisted.
authorDaira Hopwood <daira@jacaranda.org>
Mon, 1 Sep 2014 20:12:53 +0000 (21:12 +0100)
committerDaira Hopwood <daira@jacaranda.org>
Mon, 1 Sep 2014 20:12:53 +0000 (21:12 +0100)
Signed-off-by: Daira Hopwood <daira@jacaranda.org>
src/allmydata/_auto_deps.py

index 1c1a0e18521be227d1409a8a9cff8bd1af54cf53..2869a9e356df52f000c03b3ce8fc4ad9f54aae76 100644 (file)
@@ -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: