Excerpts from Dmitry Tantsur's message of 2015-11-16 12:37:15 +0100: > On 11/16/2015 12:28 PM, Davanum Srinivas wrote: > > Dmitry, > > > > i was trying to bring sanity to the tox.ini(s). +1 to documenting this > > step somewhere prominent. > > Please don't get me wrong, I really appreciate it. I'm not sure why > "usedevelop" is not the default, though. Maybe we at least make sure to > communicate this to people first? Because the error message is really > vague to anyone who is not aware of these version tags.
When the Oslo libraries depended on namespace packages, we couldn't have usedevelop = True because it broke importing other libraries. Now that we've removed namespace packages from most of the libraries, we could set it true everywhere except oslo.middleware (I think that's the only one that was left, because of having to wait to roll out paste.ini changes this cycle -- does anyone want to sign up to remove that last namespace package?). Doug > > > > > -- Dims > > > > On Mon, Nov 16, 2015 at 5:37 AM, Dmitry Tantsur <[email protected]> wrote: > >> On 11/16/2015 11:35 AM, Julien Danjou wrote: > >>> > >>> On Mon, Nov 16 2015, Dmitry Tantsur wrote: > >>> > >>>> Before you ask: using 'sudo pip install -U setuptools pbr' is out of > >>>> question > >>>> in binary distributions :) so please make sure to remove this line only > >>>> when > >>>> everyone is updated to whatever version is required for understanding > >>>> these > >>>> ;python_version=='2.7 bits. > >>> > >>> > >>> But: > >>> pip install --user setuptools pbr > >>> might not be out of the question. > >>> > >> > >> Yeah, this (with added -U) fixes the problem. But then we have to add it to > >> *all* contribution documentation. I'm pretty sure a lot of people won't > >> realize they need it. > >> > >> > >> __________________________________________________________________________ > >> OpenStack Development Mailing List (not for usage questions) > >> Unsubscribe: [email protected]?subject:unsubscribe > >> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev > > > > > > > __________________________________________________________________________ OpenStack Development Mailing List (not for usage questions) Unsubscribe: [email protected]?subject:unsubscribe http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
