formatting

This commit is contained in:
Sumana Harihareswara 2020-07-28 10:16:58 -04:00
parent d374b0d877
commit ec736200f4
1 changed files with 12 additions and 12 deletions

View File

@ -1062,8 +1062,8 @@ package. For example, in pip 20.0, ``pip install "six<1.12"
``six==1.11``, even though ``virtualenv==20.0.2`` requires
``six>=1.12.0,<2`` (`defined here
<https://github.com/pypa/virtualenv/blob/20.0.2/setup.cfg#L42-L50>`__).
The new resolver, instead, outright rejects installing anything
if it gets that input.
The new resolver, instead, outright rejects installing anything if it
gets that input.
* It will be **stricter** - if you ask pip to install two packages with
incompatible requirements, it will refuse (rather than installing a