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.49k stars 254 forks source link

Fix `pex --only-binary X --lock ...`. #2433

Closed jsirois closed 2 weeks ago

jsirois commented 2 weeks ago

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

Fixes #2432