Disable oslo.vmware test dependency on Python 3

oslo.vmware 0.12.0 still requires suds which is not compatible with
Python 3. Next oslo.vmware will uses suds-jurko. Disable the dependency
until the next oslo.vmware release.

oslo.vmware change using suds-jurko:
I699c65e4abd607ea6f377d86c45fd609569f3c2b

Blueprint nova-python3
Change-Id: Ia05c433736128f0d1a64c73b556f6283894c49c7
This commit is contained in:
Victor Stinner 2015-05-22 11:23:10 -07:00
parent 3b7ed9d286
commit 52823c48ef
1 changed files with 5 additions and 1 deletions

View File

@ -22,4 +22,8 @@ testtools>=0.9.36,!=1.2.0
tempest-lib>=0.5.0
# vmwareapi driver specific dependencies
oslo.vmware>=0.11.1 # Apache-2.0
# FIXME(haypo): oslo.vmware 0.12.0 still requires suds which is not compatible
# with Python 3. Next oslo.vmware will uses suds-jurko. Disable the dependency
# until the next oslo.vmware release. Related change:
# https://review.openstack.org/#/c/180087/
#oslo.vmware>=0.11.1 # Apache-2.0