-
-
Notifications
You must be signed in to change notification settings - Fork 636
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
PythonToolPrepBase now sets up its interpreter. (#6928)
Previously it was relying on the good graces of the underlying interpreter running Pants in combination with the demands of resolving the particular requirements needed by the tool in question. Simplify the code by eliminating `_create_requirements` target injection and just passing PythonRequirements directly to PexBuilderWrapper. Prep work for #6927
- Loading branch information
Showing
1 changed file
with
24 additions
and
49 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters