WIP fixing tabs spaces problem

This commit is contained in:
Sumana Harihareswara 2020-07-28 09:35:14 -04:00
parent 483dec270a
commit e898267d94
1 changed files with 3 additions and 3 deletions

View File

@ -1119,9 +1119,9 @@ How to test
and let us know if it works for you with ``pip install``. Try: and let us know if it works for you with ``pip install``. Try:
- installing several packages simultaneously - installing several packages simultaneously
- re-creating an environment using a ``requirements.txt`` file - re-creating an environment using a ``requirements.txt`` file
- using ``pip install --force-reinstall`` to check whether - using ``pip install --force-reinstall`` to check whether
it does what you think it should it does what you think it should
- using constraints files - using constraints files
- If you have a build pipeline that depends on pip installing your - If you have a build pipeline that depends on pip installing your
dependencies for you, check that the new resolver does what you dependencies for you, check that the new resolver does what you
need. need.