From b2e7c2de9f8333c232f6daf89ab69850133db48c Mon Sep 17 00:00:00 2001 From: umry8364 Date: Thu, 29 Aug 2019 15:32:05 +0200 Subject: 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 Change-Id: I954794197233d17113bbdea5719d85980579d299 --- robotframework-onap/test-requirements.txt | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'robotframework-onap/test-requirements.txt') 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 -- cgit 1.2.3-korg