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:
1 changed files with 5 additions and 1 deletions
@@ -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.vmware0.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
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.