diff options
author | Jose Lausuch <jose.lausuch@ericsson.com> | 2017-05-17 08:59:01 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-05-17 08:59:01 +0000 |
commit | 794493f95dc235ada697f9fd7f6d983b48521b4d (patch) | |
tree | 45814a304f920ca8a73658839d1b793f61b5ebdf /test-requirements.txt | |
parent | de4f9846cf3e79b481db8b668fb9d27d2acbb0d6 (diff) | |
parent | c883810963b208e60b714e2c222b32f20bd6138a (diff) |
Merge "Add Python3 support to the ODL testcase"
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 |