← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1372571] Re: Neutron cannot possibly pass unit tests under Python 2.6

 

As per ML thread:

http://lists.openstack.org/pipermail/openstack-
dev/2014-September/046721.html

This becomes a non-issues as far as infra is concerned.

** Changed in: openstack-ci
       Status: New => Invalid

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1372571

Title:
  Neutron cannot possibly pass unit tests under Python 2.6

Status in OpenStack Neutron (virtual network service):
  In Progress
Status in OpenStack Core Infrastructure:
  Invalid

Bug description:
  On neutron/tests/unit/test_api_v2.py:148, _get_collection_kwargs()
  uses collections.OrderedDict, which does not exist in Python 2.6.  As
  the ordering here is clearly unimportant, this should be converted to
  be just a plain dict.

To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1372571/+subscriptions


References