summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorq0w <43147888+q0w@users.noreply.github.com>2023-01-07 02:26:25 +0300
committerGitHub <noreply@github.com>2023-01-06 15:26:25 -0800
commite9d6e63854c1c0f72ec58b038951b3c9650ad0e7 (patch)
tree50a7e0bb8b02060606816aa424c3060022193b03 /docs
parentb9b4d02978b6b66e19986fe894aedf9ad26f54a5 (diff)
downloadtox-git-e9d6e63854c1c0f72ec58b038951b3c9650ad0e7.tar.gz
Handle properly pip --no-binary / --only-binary options in requirements.txt format files. (#2834)
Fixes https://github.com/tox-dev/tox/issues/2814
Diffstat (limited to 'docs')
-rw-r--r--docs/changelog/2814.bugfix.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/changelog/2814.bugfix.rst b/docs/changelog/2814.bugfix.rst
new file mode 100644
index 00000000..40d2f9c0
--- /dev/null
+++ b/docs/changelog/2814.bugfix.rst
@@ -0,0 +1 @@
+Handle properly pip ``--no-binary`` / ``--only-binary`` options in requirements.txt format files.