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
This commit is contained in:
Yaroslav Lobankov
2016-09-20 14:32:37 +03:00
parent 006751945a
commit 3d35b325ec

View File

@@ -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]"