Advertisement
Guest User

Untitled

a guest
Jan 13th, 2021
21
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. diff --git a/lib/tempest b/lib/tempest
  2. index 552e1c22..c4c1f1af 100644
  3. --- a/lib/tempest
  4. +++ b/lib/tempest
  5. @@ -703,6 +703,7 @@ function install_tempest {
  6. git checkout $TEMPEST_BRANCH
  7.  
  8. tox -r --notest -efull
  9. + $TEMPEST_DIR/.tox/tempest/bin/pip install -U -r $RC_DIR/tools/cap-pip.txt
  10. # NOTE(mtreinish) Respect constraints in the tempest full venv, things that
  11. # are using a tox job other than full will not be respecting constraints but
  12. # running pip install -U on tempest requirements
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement