From 3d35b325ecc900eb13b52a36af810ea61795c133 Mon Sep 17 00:00:00 2001 From: Yaroslav Lobankov Date: Tue, 20 Sep 2016 14:32:37 +0300 Subject: [PATCH] Fixing docker-check jenkins job The python-fuelclient requirement conflicts with other ones. See logs from the docker job for more details. Change-Id: I055eaf619ae62752c5fba6d1db26c91dbbbc86cb --- tests/ci/sync_requirements.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/ci/sync_requirements.py b/tests/ci/sync_requirements.py index 4f649a85..78268450 100644 --- a/tests/ci/sync_requirements.py +++ b/tests/ci/sync_requirements.py @@ -40,8 +40,7 @@ GLOBAL_REQUIREMENTS_LOCATIONS = ( GLOBAL_REQUIREMENTS_FILENAME = "global-requirements.txt" RALLY_REQUIREMENTS_FILES = ( "requirements.txt", - "test-requirements.txt", - "optional-requirements.txt" + "test-requirements.txt" ) DO_NOT_TOUCH_TAG = "[do-not-touch]"