summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAlexander Clausen <alex@gc-web.de>2023-03-26 16:25:48 +0200
committerGitHub <noreply@github.com>2023-03-26 07:25:48 -0700
commit0e3776e00cb9a78771c249cdaed2a57c6f84ea49 (patch)
tree736c38442f641fbbe77fde17f3e4d70b472b5265 /docs
parent10c58fface96857f00bb253b2b88c297d5baf5d5 (diff)
downloadtox-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.rst1
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.