Commit b29db55
committed
Tag please_pex v3.0.0
This is a new major version with two breaking changes:
- pytest has been upgraded from 7.4.2 to 9.0.1 in the built-in pytest
test runner. There are breaking changes between these versions; see
[pytest's changelog](https://docs.pytest.org/en/stable/changelog.html)
for details.
- .pex files generated by please_pex are now prepended by a preamble
binary rather than a shell script. This entirely removes the run-time
dependency on `/bin/sh` and `/usr/bin/env` for .pex files, but does
mean that .pex files can now only be executed on the same platform on
which they were built, even if they only contain pure Python.1 parent 6b3f7b1 commit b29db55
2 files changed
+11
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
1 | 11 | | |
2 | 12 | | |
3 | 13 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
0 commit comments