Re: [openstack-dev] [neutron] clean up your git checkout!

2016-09-30 Thread Bhatia, Manjeet S
> -Original Message- > From: Ihar Hrachyshka [mailto:ihrac...@redhat.com] > Sent: Friday, September 30, 2016 7:03 AM > To: OpenStack Development Mailing List (not for usage questions) d...@lists.openstack.org> > Subject: [openstack-dev] [neutron] clean up your git che

Re: [openstack-dev] [neutron] clean up your git checkout!

2016-09-30 Thread Amrith Kumar
ck.org/#/c/121044/ [3] https://review.openstack.org/#/c/121044/5/tox.ini > -Original Message- > From: John Villalovos [mailto:openstack@sodarock.com] > Sent: Friday, September 30, 2016 5:41 PM > To: OpenStack Development Mailing List (not for usage questions) > &g

Re: [openstack-dev] [neutron] clean up your git checkout!

2016-09-30 Thread John Villalovos
On Fri, Sep 30, 2016 at 12:12 PM, Amrith Kumar wrote: > :) > > Clark ... > > If I git clone a brand new repository and edit the tox.ini with the proposed > change: > >> > PYTHONDONTWRITEBYTECODE = 1 > > I had assumed that no .pyc's would get created. That is correct for 'tox' runs. Doing a:

Re: [openstack-dev] [neutron] clean up your git checkout!

2016-09-30 Thread Amrith Kumar
> -Original Message- > From: Clark Boylan [mailto:cboy...@sapwetik.org] > Sent: Friday, September 30, 2016 3:04 PM > To: openstack-dev@lists.openstack.org > Subject: Re: [openstack-dev] [neutron] clean up your git checkout! > > Sorry I crossed the streams but the advic

Re: [openstack-dev] [neutron] clean up your git checkout!

2016-09-30 Thread Clark Boylan
does in fact clean out the .tox directory. > > -amrith > > > -Original Message- > > From: Clark Boylan [mailto:cboy...@sapwetik.org] > > Sent: Friday, September 30, 2016 2:50 PM > > To: openstack-dev@lists.openstack.org > > Subject: Re: [openstack-dev] [neutr

Re: [openstack-dev] [neutron] clean up your git checkout!

2016-09-30 Thread Amrith Kumar
.tox directory. -amrith > -Original Message- > From: Clark Boylan [mailto:cboy...@sapwetik.org] > Sent: Friday, September 30, 2016 2:50 PM > To: openstack-dev@lists.openstack.org > Subject: Re: [openstack-dev] [neutron] clean up your git checkout! > > I want to

Re: [openstack-dev] [neutron] clean up your git checkout!

2016-09-30 Thread Clark Boylan
r usage questions) > > > > Subject: Re: [openstack-dev] [neutron] clean up your git checkout! > > > > Projects may want to add to their tox.ini something like this: > > > > https://github.com/openstack/ironic/blob/c445c19285c2f3ee6a099f9f7473dd6fe > > 08

Re: [openstack-dev] [neutron] clean up your git checkout!

2016-09-30 Thread Amrith Kumar
, 2016 1:57 PM > To: OpenStack Development Mailing List (not for usage questions) > > Subject: Re: [openstack-dev] [neutron] clean up your git checkout! > > Projects may want to add to their tox.ini something like this: > > https://github.com/openstack/ironic/blob/c445c19285c2f3e

Re: [openstack-dev] [neutron] clean up your git checkout!

2016-09-30 Thread John Villalovos
Projects may want to add to their tox.ini something like this: https://github.com/openstack/ironic/blob/c445c19285c2f3ee6a099f9f7473dd6fe087116b/tox.ini#L10 Basically add: PYTHONDONTWRITEBYTECODE = 1 On Fri, Sep 30, 2016 at 7:20 AM, Ihar Hrachyshka wrote: > Michał Dulko wrote: > >> On 09/30/20

Re: [openstack-dev] [neutron] clean up your git checkout!

2016-09-30 Thread Ihar Hrachyshka
Michał Dulko wrote: On 09/30/2016 04:06 PM, Ihar Hrachyshka wrote: Ihar Hrachyshka wrote: Hi all, today we landed https://review.openstack.org/#/c/269658/ (huge!) that removed neutron/objects/network/ directory and replaced it with neutron/objects/network.py file. Though it makes python th

Re: [openstack-dev] [neutron] clean up your git checkout!

2016-09-30 Thread Michał Dulko
On 09/30/2016 04:06 PM, Ihar Hrachyshka wrote: > Ihar Hrachyshka wrote: > >> Hi all, >> >> today we landed https://review.openstack.org/#/c/269658/ (huge!) that >> removed neutron/objects/network/ directory and replaced it with >> neutron/objects/network.py file. Though it makes python that sees o

Re: [openstack-dev] [neutron] clean up your git checkout!

2016-09-30 Thread Ihar Hrachyshka
Ihar Hrachyshka wrote: Hi all, today we landed https://review.openstack.org/#/c/269658/ (huge!) that removed neutron/objects/network/ directory and replaced it with neutron/objects/network.py file. Though it makes python that sees old .pyc files sad: Failed to import test module: neutr

[openstack-dev] [neutron] clean up your git checkout!

2016-09-30 Thread Ihar Hrachyshka
Hi all, today we landed https://review.openstack.org/#/c/269658/ (huge!) that removed neutron/objects/network/ directory and replaced it with neutron/objects/network.py file. Though it makes python that sees old .pyc files sad: Failed to import test module: neutron.tests.unit.objects.test