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 3de92db + b9b6d6b commit b5c2e7bCopy full SHA for b5c2e7b
1 file changed
lib/tempest
@@ -695,13 +695,13 @@ function configure_tempest {
695
local tmp_cfg_file
696
tmp_cfg_file=$(mktemp)
697
cd $TEMPEST_DIR
698
- if [[ "$OFFLINE" != "True" ]]; then
699
- tox -revenv-tempest --notest
700
- fi
701
702
local tmp_u_c_m
703
tmp_u_c_m=$(mktemp -t tempest_u_c_m.XXXXXXXXXX)
704
set_tempest_venv_constraints $tmp_u_c_m
+ if [[ "$OFFLINE" != "True" ]]; then
+ tox -revenv-tempest --notest
+ fi
705
tox -evenv-tempest -- pip install -c $tmp_u_c_m -r requirements.txt
706
rm -f $tmp_u_c_m
707
0 commit comments