Re: [openstack-dev] headsup - transient test failures on py26 ' cannot import name OrderedDict'

2013-07-19 Thread Roman Podolyaka
Hi guys, Both 0.0.16 and 0.0.17 seem to have a broken tests counter. It shows that 2 times more tests have been run than I actually have. Thanks, Roman On Thu, Jul 18, 2013 at 2:29 AM, David Ripton drip...@redhat.com wrote: On 07/17/2013 04:54 PM, Robert Collins wrote: On 18 July 2013

[openstack-dev] headsup - transient test failures on py26 ' cannot import name OrderedDict'

2013-07-17 Thread Robert Collins
Python 2.6 isn't one of the official supported Pythons for testrepository, and I managed to break that when I fixed tests on Python3.3 (which has more random dicts). So Testrepository 0.0.16 breaks on 2.6, 0.0.17 is fixed. However until the fixed version propogates into the OpenStack-infra PyPI

Re: [openstack-dev] headsup - transient test failures on py26 ' cannot import name OrderedDict'

2013-07-17 Thread Matt Riedemann
...@robertcollins.net To: OpenStack Development Mailing List openstack-dev@lists.openstack.org, Date: 07/17/2013 04:13 AM Subject:[openstack-dev] headsup - transient test failures on py26 ' cannotimport name OrderedDict' Python 2.6 isn't one of the official supported Pythons

Re: [openstack-dev] headsup - transient test failures on py26 ' cannot import name OrderedDict'

2013-07-17 Thread Monty Taylor
On 07/17/2013 02:11 AM, Robert Collins wrote: Python 2.6 isn't one of the official supported Pythons for testrepository, and I managed to break that when I fixed tests on Python3.3 (which has more random dicts). So Testrepository 0.0.16 breaks on 2.6, 0.0.17 is fixed. However until the

Re: [openstack-dev] headsup - transient test failures on py26 ' cannot import name OrderedDict'

2013-07-17 Thread Monty Taylor
To:OpenStack Development Mailing List openstack-dev@lists.openstack.org, Date:07/17/2013 04:13 AM Subject:[openstack-dev] headsup - transient test failures on py26 ' cannotimport name OrderedDict

Re: [openstack-dev] headsup - transient test failures on py26 ' cannot import name OrderedDict'

2013-07-17 Thread Monty Taylor
On 07/17/2013 07:20 AM, Joshua Harlow wrote: Well that's no fun, RedhatEL and centos need python 2.6 support so it amazes/frustrates me that 2.6 can be broke. I think we need to depend on those that are supporting 2.6 to put pressure on upstream dependencies to ensure 2.6 compat. Or

Re: [openstack-dev] headsup - transient test failures on py26 ' cannot import name OrderedDict'

2013-07-17 Thread Sean Dague
On 07/17/2013 04:19 PM, Monty Taylor wrote: On 07/17/2013 08:54 AM, Matt Riedemann wrote: What do you mean in (b) about upstream python not supporting python 2.6? From what I understand here, it's the version of testrepository being used that doesn't support py26, not python itself or

Re: [openstack-dev] headsup - transient test failures on py26 ' cannot import name OrderedDict'

2013-07-17 Thread Robert Collins
On 18 July 2013 03:54, Matt Riedemann mrie...@us.ibm.com wrote: What do you mean in (b) about upstream python not supporting python 2.6? From what I understand here, it's the version of testrepository being used that doesn't support py26, not python itself or openstack. Python 2.6 release

Re: [openstack-dev] headsup - transient test failures on py26 ' cannot import name OrderedDict'

2013-07-17 Thread Chris Jones
Hi On 17 July 2013 21:27, Robert Collins robe...@robertcollins.net wrote: Surely thats fixable by having a /opt/ install of Python2.7 built for RHEL ? That would make life s much easier for all concerned, and is super Possibly not easier for those tasked with keeping OS security patches

Re: [openstack-dev] headsup - transient test failures on py26 ' cannot import name OrderedDict'

2013-07-17 Thread David Ripton
On 07/17/2013 04:54 PM, Robert Collins wrote: On 18 July 2013 08:48, Chris Jones c...@tenshu.net wrote: Hi On 17 July 2013 21:27, Robert Collins robe...@robertcollins.net wrote: Surely thats fixable by having a /opt/ install of Python2.7 built for RHEL ? That would make life s much