We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 393c95f + 6465219 commit 6f4b7fcCopy full SHA for 6f4b7fc
1 file changed
lib/tempest
@@ -577,7 +577,7 @@ function configure_tempest {
577
fi
578
579
# The requirements might be on a different branch, while tempest needs master requirements.
580
- (cd $REQUIREMENTS_DIR && git show master:upper-constraints.txt) > u-c-m.txt
+ (cd $REQUIREMENTS_DIR && git show origin/master:upper-constraints.txt) > u-c-m.txt
581
tox -evenv-tempest -- pip install -c u-c-m.txt -r requirements.txt
582
583
# Auth:
0 commit comments