From 52823c48ef022d4b7f4514dc54e6cefe4490a4db Mon Sep 17 00:00:00 2001 From: Victor Stinner Date: Fri, 22 May 2015 11:23:10 -0700 Subject: [PATCH] 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 --- test-requirements-py3.txt | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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