Commit 03d9ad8
committed
Fix ensurepip tests to match new --executable argument behavior
Update test expectations in test_ensurepip.py to account for the new
--executable argument that gets added when using --prefix or --root
options. The implementation now correctly sets the executable path
when installing with a custom prefix, but the tests weren't updated
to expect this additional argument.
- test_bootstrapping_with_root: expect --prefix "/" and --executable
- test_bootstrapping_with_prefix: expect --executable argument1 parent 1fd580f commit 03d9ad8
1 file changed
+4
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
94 | 94 | | |
95 | 95 | | |
96 | 96 | | |
97 | | - | |
| 97 | + | |
| 98 | + | |
98 | 99 | | |
99 | 100 | | |
100 | 101 | | |
| |||
105 | 106 | | |
106 | 107 | | |
107 | 108 | | |
108 | | - | |
| 109 | + | |
| 110 | + | |
109 | 111 | | |
110 | 112 | | |
111 | 113 | | |
| |||
0 commit comments