[openstack-dev] [nova] 'SetuptoolsVersion' object does not support indexing 2014-12-14 12:38:38.563 |

Jeremy Stanley fungi at yuggoth.org
Sun Dec 14 15:09:51 UTC 2014


On 2014-12-14 13:40:56 +0000 (+0000), Gary Kotton wrote:
> Anyone familiar with the cause of this – seems like all unit tests
> are failing. An example is below:
[...]
> 2014-12-14 12:38:38.596 |       File "nova/openstack/common/versionutils.py", line 200, in is_compatible
> 2014-12-14 12:38:38.596 |         if same_major and (requested_parts[0] != current_parts[0]):
> 2014-12-14 12:38:38.596 |     TypeError: 'SetuptoolsVersion' object does not support indexing

Setuptools 8 was released to PyPI yesterday, so versionutils.py is
probably tickling some behavior change in it.
-- 
Jeremy Stanley



More information about the OpenStack-dev mailing list