summaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorCalum Lind <calumlind+deluge@gmail.com>2017-02-13 23:12:20 +0000
committerCalum Lind <calumlind+deluge@gmail.com>2017-02-14 18:59:34 +0000
commitdf4d97c44731ee4125df8ca99c2eb31974573efa (patch)
tree2dfcaeb73fa5b32e254c24b6620547d10decc227 /tox.ini
parenta7826c4f90115026d3d50c51f9b3a4e5520d9ccf (diff)
downloaddeluge-df4d97c44731ee4125df8ca99c2eb31974573efa.tar.gz
deluge-df4d97c44731ee4125df8ca99c2eb31974573efa.tar.bz2
deluge-df4d97c44731ee4125df8ca99c2eb31974573efa.zip
[Tox] Twisted version pin to 16.6
* There is a problem with Twisted 17 and the setup for travis and tox using site-packages with an old openssh package. AttributeError: 'module' object has no attribute 'OP_NO_TLSv1_1' * The simplest workaround for now is to pin Twisted to 16.6.
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index f75ec08a1..8fa10e806 100644
--- a/tox.ini
+++ b/tox.ini
@@ -21,7 +21,7 @@ passenv = DISPLAY
setenv = PYTHONPATH = {env:PWD}:
sitepackages = True
deps =
- twisted
+ twisted==16.6
service_identity
mako
chardet