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 <robe...@robertcollins.net>
wrote:

> Workaround for what?
>
> -Rob
>
> On 23 November 2015 at 19:39, Angus Lees <g...@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 <d...@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-requ...@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-requ...@lists.openstack.org?subject:unsubscribe
> > http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
> >
>
>
>
> --
> Robert Collins <rbtcoll...@hp.com>
> Distinguished Technologist
> HP Converged Cloud
>
> __________________________________________________________________________
> OpenStack Development Mailing List (not for usage questions)
> Unsubscribe: openstack-dev-requ...@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-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev

Reply via email to