diff options
author | Ryan Wooden <rygwdn@gmail.com> | 2016-01-21 10:55:43 -0400 |
---|---|---|
committer | Ryan Wooden <rygwdn@gmail.com> | 2016-01-21 10:55:43 -0400 |
commit | 17fdbc8f8f988aa739c4365ab0454e7ceb3b1b38 (patch) | |
tree | c6f26f0293bbd94c1a71d2bb4d79b4a0d05882bf /tests | |
parent | 89d3edf5a9caf082a5156c5062aa63297d0d999e (diff) | |
download | pip-17fdbc8f8f988aa739c4365ab0454e7ceb3b1b38.tar.gz |
pip freeze: handle new requirements options.
pip 8.0.0 added support for --pre, --trusted-host, and
--process-dependency-links to requirements files, but they were
not handled by freeze.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/functional/test_freeze.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/functional/test_freeze.py b/tests/functional/test_freeze.py index 19655ac6c..229336908 100644 --- a/tests/functional/test_freeze.py +++ b/tests/functional/test_freeze.py @@ -305,6 +305,9 @@ def test_freeze_with_requirement_option(script): --always-unzip ignore -f http://ignore -i http://ignore + --pre + --trusted-host url + --process-dependency-links --extra-index-url http://ignore --find-links http://ignore --index-url http://ignore |