Skip to content

Commit

Permalink
bump Twisted dependency to 16.1.0
Browse files Browse the repository at this point in the history
closes ticket:2781
  • Loading branch information
warner committed Apr 26, 2016
1 parent e9e1265 commit 17cd487
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 4 additions & 6 deletions src/allmydata/_auto_deps.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,13 +68,11 @@
# 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",
Expand Down
2 changes: 2 additions & 0 deletions topfiles/2781.packaging
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit 17cd487

Please sign in to comment.