mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-01-19 03:06:33 +00:00
bump Twisted dependency to 16.1.0
closes ticket:2781
This commit is contained in:
parent
e9e12653f8
commit
17cd487dc8
@ -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
2
topfiles/2781.packaging
Normal 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.
|
Loading…
Reference in New Issue
Block a user