diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2017-05-17 06:06:51 +0200 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2017-05-17 07:24:29 +0200 |
commit | c883810963b208e60b714e2c222b32f20bd6138a (patch) | |
tree | 18fbcba71c151538950c41715b5db57c41a24a81 /test-requirements.txt | |
parent | b8b2c014b48511486e8cccbcfcaebad843239ac5 (diff) |
Add Python3 support to the ODL testcase
It also adds this support to its dependencies.
Change-Id: I0534f0c7b0e15a9ee89f522f314cf5200874454c
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Diffstat (limited to 'test-requirements.txt')
-rw-r--r-- | test-requirements.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test-requirements.txt b/test-requirements.txt index a871137fd..4ba763a5f 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -28,3 +28,4 @@ robotframework-sshlibrary==2.1.3 subprocess32==3.2.7 virtualenv==15.1.0 PrettyTable>=0.7.1,<0.8 # BSD +six>=1.9.0 # MIT |