Ah, I could have been clearer. A workaround for (2) in the original post: If you're starting from an older pip version it can be hard to bootstrap the right order of new things to correctly survive the new "; predicate" requirements.txt syntax. On Mon, 23 Nov 2015 at 18:10 Robert Collins <robertc at robertcollins.net> wrote: > Workaround for what? > > -Rob > > On 23 November 2015 at 19:39, Angus Lees <gus at inodes.org> 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 <doug at doughellmann.com> > 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: > OpenStack-dev-request at lists.openstack.org?subject:unsubscribe > >> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev > > > > > > > __________________________________________________________________________ > > OpenStack Development Mailing List (not for usage questions) > > Unsubscribe: > OpenStack-dev-request at lists.openstack.org?subject:unsubscribe > > http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev > > > > > > -- > Robert Collins <rbtcollins at hp.com> > Distinguished Technologist > HP Converged Cloud > > __________________________________________________________________________ > OpenStack Development Mailing List (not for usage questions) > Unsubscribe: OpenStack-dev-request at lists.openstack.org?subject:unsubscribe > http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev > -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.openstack.org/pipermail/openstack-dev/attachments/20151124/1f39b0c0/attachment.html>