[openstack-dev] [neutron] unit test failures due to new release of Routes package (v2.3)

2016-03-29 Thread Aditya Vaja
Hi, I'm seeing unit test failures when I test locally after a fresh git clone of neutron master. $ ./run_tests.sh -V -f log excerpt: http://paste.openstack.org/show/492384/ I update the requirements.txt to use 'Routes<2.0,>=1.12.3' and all the tests work fine. I see there was a

Re: [openstack-dev] [neutron] unit test failures due to new release of Routes package (v2.3)

2016-03-29 Thread Henry Gessau
https://launchpad.net/bugs/1563028 https://review.openstack.org/298855 Aditya Vaja wrote: > Hi, > > I'm seeing unit test failures when I test locally after a fresh git clone of > neutron master. > > $ ./run_tests.sh -V -f > > log excerpt: http://paste.openstack.org/show/492384/ > > I update t

Re: [openstack-dev] [neutron] unit test failures due to new release of Routes package (v2.3)

2016-03-29 Thread Davanum Srinivas
https://github.com/bbangert/routes/pull/65 On Tue, Mar 29, 2016 at 9:04 PM, Henry Gessau wrote: > https://launchpad.net/bugs/1563028 > https://review.openstack.org/298855 > > Aditya Vaja wrote: >> Hi, >> >> I'm seeing unit test failures when I test locally after a fresh git clone of >> neutron m

Re: [openstack-dev] [neutron] unit test failures due to new release of Routes package (v2.3)

2016-03-29 Thread Aditya Vaja
Ah, thanks Henry! I went ahead and filed a bug too, marked it as duplicate of the one you linked. \-- Aditya On Mar 29 2016, at 6:06 pm, Henry Gessau wrote: > https://launchpad.net/bugs/1563028 https://review.openstack.org/298855 > > Aditya Vaja

Re: [openstack-dev] [neutron] unit test failures due to new release of Routes package (v2.3)

2016-03-30 Thread Ihar Hrachyshka
Aditya Vaja wrote: Hi, I'm seeing unit test failures when I test locally after a fresh git clone of neutron master. $ ./run_tests.sh -V -f Honestly, you should avoid using the script, and instead rely on tox. With tox, requirements are properly constrained, so you would not be hit by t

Re: [openstack-dev] [neutron] unit test failures due to new release of Routes package (v2.3)

2016-03-30 Thread Amrith Kumar
gt; To: OpenStack Development Mailing List (not for usage questions) > > Subject: Re: [openstack-dev] [neutron] unit test failures due to new > release of Routes package (v2.3) > > https://launchpad.net/bugs/1563028 > https://review.openstack.org/298855 > > Aditya Vaja wrote: >