Skip to content

Commit b5c2e7b

Browse files
Zuulopenstack-gerrit
authored andcommitted
Merge "Respect constraints on tempest venv consistently"
2 parents 3de92db + b9b6d6b commit b5c2e7b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

lib/tempest

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -695,13 +695,13 @@ function configure_tempest {
695695
local tmp_cfg_file
696696
tmp_cfg_file=$(mktemp)
697697
cd $TEMPEST_DIR
698-
if [[ "$OFFLINE" != "True" ]]; then
699-
tox -revenv-tempest --notest
700-
fi
701698

702699
local tmp_u_c_m
703700
tmp_u_c_m=$(mktemp -t tempest_u_c_m.XXXXXXXXXX)
704701
set_tempest_venv_constraints $tmp_u_c_m
702+
if [[ "$OFFLINE" != "True" ]]; then
703+
tox -revenv-tempest --notest
704+
fi
705705
tox -evenv-tempest -- pip install -c $tmp_u_c_m -r requirements.txt
706706
rm -f $tmp_u_c_m
707707

0 commit comments

Comments
 (0)