Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Option --trusted-host is not copied from requirements.in to requirements.txt #963

Closed
atugushev opened this issue Oct 22, 2019 · 0 comments · Fixed by #964
Closed

Option --trusted-host is not copied from requirements.in to requirements.txt #963

atugushev opened this issue Oct 22, 2019 · 0 comments · Fixed by #964
Assignees
Labels
bug Something is not working PR wanted Feature is discussed or bug is confirmed, PR needed

Comments

@atugushev
Copy link
Member

Environment Versions

  1. OS Type: Mac OS
  2. Python version: Python 3.7.3
  3. pip version: pip 19.3.1 from /.venv/lib/python3.7/site-packages/pip (python 3.7)
  4. pip-tools version: pip-compile, version 4.2.0

Steps to replicate

  1. echo "--trusted-host exmaple.com" | pip-compile - -qo-

Expected result

#
# This file is autogenerated by pip-compile
# To update, run:
#
#    pip-compile --output-file=- -
#
--trusted-host exmaple.com

Actual result

#
# This file is autogenerated by pip-compile
# To update, run:
#
#    pip-compile --output-file=- -
#

Additional context

Caught by @altendky, see #824 (comment).
Related issues/PRs: #338, #371

@atugushev atugushev added PR wanted Feature is discussed or bug is confirmed, PR needed bug Something is not working labels Oct 22, 2019
@atugushev atugushev self-assigned this Oct 25, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something is not working PR wanted Feature is discussed or bug is confirmed, PR needed
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant