Workaround for what? -Rob
On 23 November 2015 at 19:39, Angus Lees <[email protected]> wrote: > The workaround I found is to set this in tox.ini: > > install_command = > sh -c 'pip install -U "pip>=6" && pip install -U "$@"' pip {opts} > {packages} > > It's pretty ugly, but works fine and was unfortunately the only way I could > find to update a dependency before parsing requirements.txt. > > - Gus > > On Tue, 17 Nov 2015 at 06:25 Doug Hellmann <[email protected]> wrote: >> >> Excerpts from gord chung's message of 2015-11-16 12:04:27 -0500: >> > >> > On 16/11/2015 11:13 AM, Doug Hellmann wrote: >> > > does anyone want to sign up to remove that last >> > > namespace package? >> > already in action: https://review.openstack.org/#/c/243255/ >> > >> >> Thanks, Gordon! >> >> __________________________________________________________________________ >> 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 > -- Robert Collins <[email protected]> Distinguished Technologist HP Converged Cloud __________________________________________________________________________ OpenStack Development Mailing List (not for usage questions) Unsubscribe: [email protected]?subject:unsubscribe http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
