mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-20 03:24:54 +00:00
[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.
This commit is contained in:
parent
a7826c4f90
commit
df4d97c447
1 changed files with 1 additions and 1 deletions
2
tox.ini
2
tox.ini
|
@ -21,7 +21,7 @@ passenv = DISPLAY
|
|||
setenv = PYTHONPATH = {env:PWD}:
|
||||
sitepackages = True
|
||||
deps =
|
||||
twisted
|
||||
twisted==16.6
|
||||
service_identity
|
||||
mako
|
||||
chardet
|
||||
|
|
Loading…
Add table
Reference in a new issue