pbr/releasenotes/notes/ignore-find-links-07cf54f465aa33a6.yaml
Ben Nemec bc4193b183 Ignore --find-links in requirements file
We already skip things like --index-url, but --find-links can also
be present and also shouldn't be included in install_requires.

This also fixes some issues with the existing unit test for this
filtering.

Change-Id: Ie8eca8c19e955d52722feaa71d5843ccd74b0da0
Closes-Bug: 1716808
2019-01-22 17:19:24 +00:00

7 lines
190 B
YAML

---
fixes:
- |
PBR now ignores ``--find-links`` in requirements files. This option is not
a valid ``install_requires`` entry for setuptools and thus breaks
PBR-based installs.