Pin cmd2 to the last python2 version of the library

The cmd2-0.9.0 is python3-only and the tempest venv is built
unconstrained, so it's trying to bring in the latest version
which is incompatible with python2. We pin the library to
ensure that the venv build completes correctly.

Depends-On: I35e3688ae632d5f7747f32dafc41d23883c033c5
Change-Id: Id5b9274ce39dec3d5ee295d7ef941bf42ca7cbd2
Signed-off-by: Maksim Malchuk <maksim.malchuk@gmail.com>
This commit is contained in:
Maksim Malchuk 2018-05-29 18:57:40 +03:00
parent 7087fe4759
commit 8c7b78424f
1 changed files with 1 additions and 0 deletions

View File

@ -155,6 +155,7 @@ tempest_volume_multi_backend_enabled: False
tempest_main_group: tempest_all
tempest_pip_packages:
- cmd2<0.9.0 # >=0.9.0 is python3 only
- ddt
- junitxml
- lxml