Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Prevent pip-compile showing absolute contraint paths
If the --constraints path is included in a requirements.*.in file, the absolute path is shown in the comments in the requirements.*.txt output. This appears to be related to a pip upgrade. Specifying the --constraints path as a command line arg instead results in the expected relative paths. We can likely change back when this issue is addressed: jazzband/pip-tools#2131
- Loading branch information