diff options
author | q0w <43147888+q0w@users.noreply.github.com> | 2023-01-07 02:26:25 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-06 15:26:25 -0800 |
commit | e9d6e63854c1c0f72ec58b038951b3c9650ad0e7 (patch) | |
tree | 50a7e0bb8b02060606816aa424c3060022193b03 /docs/changelog/2814.bugfix.rst | |
parent | b9b4d02978b6b66e19986fe894aedf9ad26f54a5 (diff) | |
download | tox-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/changelog/2814.bugfix.rst')
-rw-r--r-- | docs/changelog/2814.bugfix.rst | 1 |
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. |