]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/blobdiff - src/allmydata/_auto_deps.py
suppress warning emitted by newer zope.interface with Nevow 0.10
[tahoe-lafs/tahoe-lafs.git] / src / allmydata / _auto_deps.py
index 68ef9f683a59f0d0643082639b506e690b5ecf83..077c957b50e73e6786174d60eb3c6eb98f45d7d1 100644 (file)
@@ -15,8 +15,7 @@ install_requires = [
     "simplejson >= 1.4",
 
     # zope.interface 3.6.3 and 3.6.4 are incompatible with Nevow (#1435).
-    # 3.6.5 is compatible but fails tests due to an unsuppressed warning.
-    "zope.interface <= 3.6.2, >= 3.6.6",
+    "zope.interface <= 3.6.2, >= 3.6.5",
 
     # On Windows we need at least Twisted 9.0 to avoid an indirect dependency on pywin32.
     # On Linux we need at least Twisted 10.1.0 for inotify support used by the drop-upload
@@ -124,3 +123,7 @@ deprecation_imports = [
     'twisted.python.filepath',
     'Crypto.Hash.SHA',
 ]
+
+user_warning_messages = [
+    "Hashing uninitialized InterfaceClass instance",
+]