diff options
author | umry8364 <morgan.richomme@orange.com> | 2019-08-29 15:32:05 +0200 |
---|---|---|
committer | umry8364 <morgan.richomme@orange.com> | 2019-08-29 15:32:05 +0200 |
commit | b2e7c2de9f8333c232f6daf89ab69850133db48c (patch) | |
tree | 2dc3765cbd734f2d7dab32433eeecb7f5519f446 /robotframework-onap/test-requirements.txt | |
parent | d4af56d4c2f67a1285da783764f20a0c1c546592 (diff) |
Add itertools dependency to support python2.7
- needed until a full swap to python 3 is effective
- minor fix to improve pylint on CsarParser
Issue-ID: INT-1228
Signed-off-by: umry8364 <morgan.richomme@orange.com>
Change-Id: I954794197233d17113bbdea5719d85980579d299
Diffstat (limited to 'robotframework-onap/test-requirements.txt')
-rw-r--r-- | robotframework-onap/test-requirements.txt | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/robotframework-onap/test-requirements.txt b/robotframework-onap/test-requirements.txt index be413e1..fc71db2 100644 --- a/robotframework-onap/test-requirements.txt +++ b/robotframework-onap/test-requirements.txt @@ -8,7 +8,4 @@ flake8 # MIT pylint # GPLv2 requests requests-mock -pytest -pytest-cov -pytest-mock -pytest-runner +more-itertools~=5.0.0 |