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 wrote: > On 07/17/2013 04:54 PM, Robert Collins wrote: > >> On 18 July 2013 08:48, Chris Jones

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 wrote: Hi On 17 July 2013 21:27, Robert Collins 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 Poss

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

2013-07-17 Thread Joshua Harlow
Sure, just this is going to get harder and harder to fix. Has there been thought on the path forward. Anything the TC can get agreed upon (especially with input from distributions creators). Thx for the update! Hope we can figure out a path forward as this gets more painful. Sent from my rea

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

2013-07-17 Thread Robert Collins
On 18 July 2013 08:48, Chris Jones wrote: > Hi > > On 17 July 2013 21:27, Robert Collins 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 w

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 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 up to date, which is pa

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 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 schedule : http:

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 openst

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 Monty Taylor
, MN 55901-1407 > United States > > > > > > > From:Robert Collins > To: OpenStack Development Mailing List > , > Date:07/17/2013 04:13 AM > Subject:[openstack-dev] headsup - transient test failures on > py26 ' cannotim

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 t

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

2013-07-17 Thread Matt Riedemann
To: OpenStack Development Mailing List , 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 for testrepository, and I managed to

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

2013-07-17 Thread Joshua Harlow
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 offer up alternative solutions that will work under 2.6

[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 mi