mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-05 16:08:40 +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}:
|
setenv = PYTHONPATH = {env:PWD}:
|
||||||
sitepackages = True
|
sitepackages = True
|
||||||
deps =
|
deps =
|
||||||
twisted
|
twisted==16.6
|
||||||
service_identity
|
service_identity
|
||||||
mako
|
mako
|
||||||
chardet
|
chardet
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue