forked from pantsbuild/pants
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix a bug in the python venv export logic. (cherrypick of pantsbuild#…
…15294) Previously, and partly as a legacy of an older implementation, we acted as if the requirements pex had interpreter constraints baked into it. We relied on this when detecting the version of that interpreter. But a requirements pex is internal-only, and so has no interpreter constraints. So in practice we were picking whatever interpreter was used to run the pex, and that may not have been compatible with the relevant constraints. Now we always use a compatible interpreter. [ci skip-rust] [ci skip-build-wheels]
- Loading branch information
Showing
2 changed files
with
23 additions
and
25 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
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