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 _______________________________________________ OpenStack-dev mailing list [email protected] http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
