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.52k stars 258 forks source link

Fix `bdist_pex` to use `--project`. #2457

Closed jsirois closed 2 months ago

jsirois commented 2 months ago

This change produces the same results for existing invocations of python setup.py bdist_pex but allows new uses passing locked project requirements (either hashed requirement files or Pex lock files) via --pex-args.

Fixes #2412