pex-tool / pex

A tool for generating .pex (Python EXecutable) files, lock files and venvs.
https://docs.pex-tool.org/
Apache License 2.0
2.53k stars 259 forks source link

Fix `pex --no-build --lock ...`. #2390

Closed jsirois closed 6 months ago

jsirois commented 6 months ago

Since #2346 which was released in Pex 2.1.161, using --no-build with a --lock would fail fast even if the lock itself was created with --no-build, which should be compatible.

Fixes #2389