Re: [openstack-dev] [all] Testtools 1.7.0 may error if you installed it before reading this email

2015-03-12 Thread Sean Dague
On 03/10/2015 08:52 PM, Joe Gordon wrote: > > On Tue, Mar 10, 2015 at 5:09 PM, Alan Pevec > wrote: > > > The wheel has been removed from PyPI and anyone installing testtools > > 1.7.0 now will install from source which works fine. > > On stable/icehouse devs

Re: [openstack-dev] [all] Testtools 1.7.0 may error if you installed it before reading this email

2015-03-11 Thread Robert Collins
On 12 March 2015 at 13:18, Ian Wienand wrote: > On 03/12/2015 10:37 AM, Ian Wienand wrote: >> File "/tmp/easy_install-mV2rSm/unittest2-1.0.0/unittest2/case.py", line >> 16, in >> ImportError: cannot import name range >> Complete output from command python setup.py egg_info: > > OK, so th

Re: [openstack-dev] [all] Testtools 1.7.0 may error if you installed it before reading this email

2015-03-11 Thread Ian Wienand
On 03/12/2015 10:37 AM, Ian Wienand wrote: > File "/tmp/easy_install-mV2rSm/unittest2-1.0.0/unittest2/case.py", line > 16, in > ImportError: cannot import name range > Complete output from command python setup.py egg_info: OK, so this suggests the version of "six" is wrong. unittest2 do

Re: [openstack-dev] [all] Testtools 1.7.0 may error if you installed it before reading this email

2015-03-11 Thread Robert Collins
On 12 March 2015 at 12:37, Ian Wienand wrote: > On 03/11/2015 08:10 AM, Robert Collins wrote: >> The wheel has been removed from PyPI and anyone installing testtools >> 1.7.0 now will install from source which works fine. > > I noticed the centos7 job failed with the source version. > > The failin

Re: [openstack-dev] [all] Testtools 1.7.0 may error if you installed it before reading this email

2015-03-11 Thread Ian Wienand
On 03/11/2015 08:10 AM, Robert Collins wrote: > The wheel has been removed from PyPI and anyone installing testtools > 1.7.0 now will install from source which works fine. I noticed the centos7 job failed with the source version. The failing job was [1] where the back-trace looks like ~45 songs o

Re: [openstack-dev] [all] Testtools 1.7.0 may error if you installed it before reading this email

2015-03-11 Thread Ian Cordasco
I think part of the problem is that we’re still relying on distribution packaged dependencies. If you look earlier in the logs for: http://logs.openstack.org/51/146651/15/check/check-grenade-dsvm/2485c9e/log s/grenade.sh.txt.gz#_2015-03-11_00_58_45_129 you’ll see that “python-unittest2” is being in

Re: [openstack-dev] [all] Testtools 1.7.0 may error if you installed it before reading this email

2015-03-11 Thread Chris Dent
On Wed, 11 Mar 2015, Alan Pevec wrote: So, we can work around this in devstack, but it seems like there is a more fundamental bug here that setup project isn't following dependencies. Dep chain was: testtools (from zake>=0.1->tooz<=0.12,>=0.3->ceilometer==2014.2.3.dev2) Unneeded _runtime_ depe

Re: [openstack-dev] [all] Testtools 1.7.0 may error if you installed it before reading this email

2015-03-11 Thread Alan Pevec
> So, we can work around this in devstack, but it seems like there is a > more fundamental bug here that setup project isn't following dependencies. Dep chain was: testtools (from zake>=0.1->tooz<=0.12,>=0.3->ceilometer==2014.2.3.dev2) Unneeded _runtime_ dependency on testtools was removed in http

Re: [openstack-dev] [all] Testtools 1.7.0 may error if you installed it before reading this email

2015-03-10 Thread Robert Collins
On 11 March 2015 at 13:59, Robert Collins wrote: > On 11 March 2015 at 10:27, Dolph Mathews wrote: >> Great to hear that this has been addressed, as this impacted a few tests in >> keystone. >> >> (but why was the fix not released as 1.7.1?) > > There will be a new release indeed later today to f

Re: [openstack-dev] [all] Testtools 1.7.0 may error if you installed it before reading this email

2015-03-10 Thread Robert Collins
On 11 March 2015 at 10:27, Dolph Mathews wrote: > Great to hear that this has been addressed, as this impacted a few tests in > keystone. > > (but why was the fix not released as 1.7.1?) There will be a new release indeed later today to fix a small UI issue on pypy3 which affects testtools CI, bu

Re: [openstack-dev] [all] Testtools 1.7.0 may error if you installed it before reading this email

2015-03-10 Thread Joe Gordon
On Tue, Mar 10, 2015 at 5:09 PM, Alan Pevec wrote: > > The wheel has been removed from PyPI and anyone installing testtools > > 1.7.0 now will install from source which works fine. > > On stable/icehouse devstack fails[*] with > pkg_resources.VersionConflict: (unittest2 0.5.1 > (/usr/lib/python2.

Re: [openstack-dev] [all] Testtools 1.7.0 may error if you installed it before reading this email

2015-03-10 Thread Alan Pevec
> The wheel has been removed from PyPI and anyone installing testtools > 1.7.0 now will install from source which works fine. On stable/icehouse devstack fails[*] with pkg_resources.VersionConflict: (unittest2 0.5.1 (/usr/lib/python2.7/dist-packages), Requirement.parse('unittest2>=1.0.0')) when in

Re: [openstack-dev] [all] Testtools 1.7.0 may error if you installed it before reading this email

2015-03-10 Thread Dolph Mathews
Great to hear that this has been addressed, as this impacted a few tests in keystone. (but why was the fix not released as 1.7.1?) On Tue, Mar 10, 2015 at 4:10 PM, Robert Collins wrote: > There was a broken wheel built when testtools 1.7.0 was released. The > wheel was missing the _compat2x.py

[openstack-dev] [all] Testtools 1.7.0 may error if you installed it before reading this email

2015-03-10 Thread Robert Collins
There was a broken wheel built when testtools 1.7.0 was released. The wheel was missing the _compat2x.py file used for 2.x only syntax in exception handling, for an unknown reason. (We know how to trigger it - build the wheel with Python 3.4). The wheel has been removed from PyPI and anyone instal