Commit 9ae09fa
authored
Fix tests on systems where platlib and purelib are different (#13727)
The following tests expect installed files to be in purelib:
* `tests/functional/test_check.py::test_check_unsupported`
* `tests/functional/test_install_wheel.py::test_basic_install_from_wheel`
However, the actual wheels they install have `Root-Is-Purelib` set to
`false` (or missing entirely), which causes the contents to be installed to
platlib instead. Since the wheels in question don't have any
platform-dependent files, it seems appropriate to update them to use
`Root-Is-Purelib: true`.
Since we're touching `has.script-1.0-py2.py3-none-any.whl`, fix the `Tag`
field as well, which was set incorrectly (to `cp26-none-linux_x86_64`).1 parent 300cec4 commit 9ae09fa
File tree
3 files changed
+9
-1
lines changed- news
- tests
- data/packages
- lib
3 files changed
+9
-1
lines changedWhitespace-only changes.
Binary file not shown.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1152 | 1152 | | |
1153 | 1153 | | |
1154 | 1154 | | |
1155 | | - | |
| 1155 | + | |
| 1156 | + | |
| 1157 | + | |
| 1158 | + | |
| 1159 | + | |
| 1160 | + | |
| 1161 | + | |
| 1162 | + | |
| 1163 | + | |
1156 | 1164 | | |
1157 | 1165 | | |
1158 | 1166 | | |
| |||
0 commit comments