Public bug reported: I can no longer run tox -efast8 on my local workstation. I've rm -rf .tox/fast8 and tried from scratch twice. Continue to get the same error:
``` Collecting zVMCloudConnector===1.2.1 (from -c https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt (line 144)) Using cached https://files.pythonhosted.org/packages/a0/c2/b7ae60e75aea4c840de0a2a29b22e3949a2bc65aafce1e79baa35023f45d/zVMCloudConnector-1.2.1.tar.gz Complete output from command python setup.py egg_info: Traceback (most recent call last): File "<string>", line 1, in <module> File "/tmp/pip-install-3bfgba_y/zVMCloudConnector/setup.py", line 18, in <module> from zvmsdk import version as sdkversion File "/tmp/pip-install-3bfgba_y/zVMCloudConnector/zvmsdk/version.py", line 29, in <module> raise RuntimeError('On Python 3, zvm sdk supports to Python 3.5') RuntimeError: On Python 3, zvm sdk supports to Python 3.5 ``` ** Affects: nova Importance: Undecided Status: New ** Summary changed: - Running tox -efast8 no longer works due to zKVMConnector installation issues + Running tox -efast8 no longer works due to zVMConnector installation issues -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute (nova). https://bugs.launchpad.net/bugs/1782851 Title: Running tox -efast8 no longer works due to zVMConnector installation issues Status in OpenStack Compute (nova): New Bug description: I can no longer run tox -efast8 on my local workstation. I've rm -rf .tox/fast8 and tried from scratch twice. Continue to get the same error: ``` Collecting zVMCloudConnector===1.2.1 (from -c https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt (line 144)) Using cached https://files.pythonhosted.org/packages/a0/c2/b7ae60e75aea4c840de0a2a29b22e3949a2bc65aafce1e79baa35023f45d/zVMCloudConnector-1.2.1.tar.gz Complete output from command python setup.py egg_info: Traceback (most recent call last): File "<string>", line 1, in <module> File "/tmp/pip-install-3bfgba_y/zVMCloudConnector/setup.py", line 18, in <module> from zvmsdk import version as sdkversion File "/tmp/pip-install-3bfgba_y/zVMCloudConnector/zvmsdk/version.py", line 29, in <module> raise RuntimeError('On Python 3, zvm sdk supports to Python 3.5') RuntimeError: On Python 3, zvm sdk supports to Python 3.5 ``` To manage notifications about this bug go to: https://bugs.launchpad.net/nova/+bug/1782851/+subscriptions -- Mailing list: https://launchpad.net/~yahoo-eng-team Post to : [email protected] Unsubscribe : https://launchpad.net/~yahoo-eng-team More help : https://help.launchpad.net/ListHelp

