bump Twisted dependency to 16.1.0

closes ticket:2781
This commit is contained in:
Brian Warner 2016-04-26 13:44:07 -07:00
parent e9e12653f8
commit 17cd487dc8
2 changed files with 6 additions and 6 deletions

View File

@ -68,13 +68,11 @@ install_requires = [
# as explained in ticket #2740.
# * Due to a setuptools bug, we need to declare a dependency on the tls
# extra even though we only depend on it via foolscap.
# * Twisted >= 15.1.0 is the first version that provided the [tls] extra.
# Note to OS backporters: we don't really need anything newer than
# 13.0.0 yet, so if this is inconvenient, feel free to downgrade this
# dependency to "Twisted >= 13.0.0" as long as your OS package declares
# a dependency on everything that Twisted needs to provide TLS support.
"Twisted[tls] >= 15.1.0",
# * Twisted-16.1.0 fixes https://twistedmatrix.com/trac/ticket/8223,
# which otherwise causes test_system to fail (DirtyReactorError, due to
# leftover timers)
"Twisted[tls] >= 16.1.0",
# We need Nevow >= 0.11.1 which can be installed using pip.
"Nevow >= 0.11.1",

2
topfiles/2781.packaging Normal file
View File

@ -0,0 +1,2 @@
Tahoe now requires Twisted >= 16.1.0, so ensure that unit tests do not fail
because of uncancelled timers left running by HostnameEndpoint.