Commit 70bd7f6
Fix the tests
there is a small assymmetry between RunPipVendored and RunPipUnvendored's errror
messages because the latter prepends 'could not run pip'; this became apparant
in the tests because RunPipVendored no longer calls RunPipUnvendored.
We've simply harmonized on 'could not run pip' and removed a call to pip from the tests
(we no longer do that)1 parent d7e5c1d commit 70bd7f6
2 files changed
Lines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
704 | 704 | | |
705 | 705 | | |
706 | 706 | | |
707 | | - | |
| 707 | + | |
708 | 708 | | |
709 | 709 | | |
710 | 710 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
631 | 631 | | |
632 | 632 | | |
633 | 633 | | |
634 | | - | |
635 | 634 | | |
636 | 635 | | |
637 | 636 | | |
| |||
0 commit comments