We can't append distribute, it causes double-deps.
Change-Id: I4f6fe028b30f0be4399d2adaf00e6c18814311ef
This commit is contained in:
parent
76ec69571d
commit
153e536114
@ -16,7 +16,7 @@ do
|
||||
mkdir -p jenkins_venvs/$branch
|
||||
bundle=jenkins_venvs/$branch/.cache.bundle
|
||||
|
||||
REQUIRES="distribute openstack.nose_plugin $@"
|
||||
REQUIRES="$@"
|
||||
if [ -f tools/pip-requires ] ; then
|
||||
REQUIRES="${REQUIRES} -r tools/pip-requires"
|
||||
fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user