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:
@@ -40,8 +40,7 @@ GLOBAL_REQUIREMENTS_LOCATIONS = (
|
|||||||
GLOBAL_REQUIREMENTS_FILENAME = "global-requirements.txt"
|
GLOBAL_REQUIREMENTS_FILENAME = "global-requirements.txt"
|
||||||
RALLY_REQUIREMENTS_FILES = (
|
RALLY_REQUIREMENTS_FILES = (
|
||||||
"requirements.txt",
|
"requirements.txt",
|
||||||
"test-requirements.txt",
|
"test-requirements.txt"
|
||||||
"optional-requirements.txt"
|
|
||||||
)
|
)
|
||||||
DO_NOT_TOUCH_TAG = "[do-not-touch]"
|
DO_NOT_TOUCH_TAG = "[do-not-touch]"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user