Merge "Remove use of git -C option from tempest venv creation" into stable/queens

This commit is contained in:
Zuul 2019-03-14 15:09:06 +00:00 committed by Gerrit Code Review
commit 4052350d9c
1 changed files with 1 additions and 1 deletions

View File

@ -560,7 +560,7 @@ function configure_tempest {
fi
# The requirements might be on a different branch, while tempest needs master requirements.
git -C $REQUIREMENTS_DIR show master:upper-constraints.txt > u-c-m.txt
(cd $REQUIREMENTS_DIR && git show master:upper-constraints.txt) > u-c-m.txt
tox -evenv-tempest -- pip install -c u-c-m.txt -r requirements.txt
# Auth: