diff options
author | FUJITA Tomonori <tomof@acm.org> | 2016-10-04 07:08:09 +0900 |
---|---|---|
committer | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2016-10-04 07:38:03 +0900 |
commit | a3ab6c8ab3770b111f9bef21775db25874b44930 (patch) | |
tree | d1123d6286eaec523c85dfc7e4ff6876c995ba95 /tools | |
parent | 35973fcc20ad4e55d1a9a527266d02baebdb9dca (diff) |
use old cryptography version
Looks like that the latest version (1.5.2) doesn't work:
https://s3.amazonaws.com/archive.travis-ci.org/jobs/164527154/log.txt
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
Diffstat (limited to 'tools')
-rw-r--r-- | tools/test-requires | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/test-requires b/tools/test-requires index 7b89eeb3..9153f066 100644 --- a/tools/test-requires +++ b/tools/test-requires @@ -6,5 +6,6 @@ pylint formencode lxml; platform_python_implementation != 'PyPy' # OF-Config lxml==3.4.0; platform_python_implementation == 'PyPy' +cryptography==1.5 paramiko # NETCONF, BGP speaker tinyrpc # RPC |