buildPex should pin versions strictly
Open
@schakrava is already working on this.
Since Jul 31, 2017.
- Dominant language
- Java
- Stars
- 603
- Forks
- 142
- PR merge metrics
- No merged PRs in 30d
Description
Currently, when pex is created, requirements are given only as names, versus name==version for each requirement. This doesn't pick the right version of a wheel if a dependency is downgraded prior to an incremental build. We should pass versions of requirements to make builds consistent.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.