From 421b8b9369cd018d342b58122bf541756c98e640 Mon Sep 17 00:00:00 2001
From: david-sarah <david-sarah@jacaranda.org>
Date: Wed, 14 Mar 2012 23:47:29 +0000
Subject: [PATCH] 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

---
 src/allmydata/_auto_deps.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/allmydata/_auto_deps.py b/src/allmydata/_auto_deps.py
index ee9ad6f4..f0195b1c 100644
--- a/src/allmydata/_auto_deps.py
+++ b/src/allmydata/_auto_deps.py
@@ -106,6 +106,7 @@ deprecation_messages = [
     "The popen2 module is deprecated.  Use the subprocess module.",
     "the md5 module is deprecated; use hashlib instead",
     "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",
 ]
 
-- 
2.45.2