diff options
| author | Alexander Clausen <alex@gc-web.de> | 2023-03-26 16:25:48 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-03-26 07:25:48 -0700 |
| commit | 0e3776e00cb9a78771c249cdaed2a57c6f84ea49 (patch) | |
| tree | 736c38442f641fbbe77fde17f3e4d70b472b5265 /docs | |
| parent | 10c58fface96857f00bb253b2b88c297d5baf5d5 (diff) | |
| download | tox-git-release-4.4.8.tar.gz | |
Fix for requirements.txt using both --index-url and --find-links (#2959)release-4.4.8
Without the fix, installation would fail with:
AttributeError: 'Namespace' object has no attribute 'find_links'
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/changelog/2959.bugfix.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/changelog/2959.bugfix.rst b/docs/changelog/2959.bugfix.rst new file mode 100644 index 00000000..993c334f --- /dev/null +++ b/docs/changelog/2959.bugfix.rst @@ -0,0 +1 @@ +Fix ``--index-url`` and ``--find-links`` being used together in ``requirements.txt`` files. |
