8000 Consider removing support for `--requirements-pex`. · Issue #1284 · pex-tool/pex · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Consider removing support for --requirements-pex. #1284
Open
@jsirois

Description

@jsirois

This was likely only ever used by Pants which has moved away from it with pantsbuild/pants#11773.

The equivalent functionality can be had with --pex-repository for the single requirements pex case with a bit of juggling:

pex --pex-repository requirements.pex $(
  pex-tools requests.pex repository info -v | jq -r '.project_name + "==" + .version'
) ...

Metadata

Metadata

Assignees

No one assigned

    Labels

    tech-debtIssue that addresses technical debt.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0