diff --git a/test-requirements-py3.txt b/test-requirements-py3.txt index c432713a7696..12d39e181cd3 100644 --- a/test-requirements-py3.txt +++ b/test-requirements-py3.txt @@ -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