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

sync: Use options from the txt file #464

Closed
wants to merge 2 commits into from

Commits on Jan 7, 2018

  1. sync: Use options from the txt file

    The requirements.txt file might have index or find-links options which
    affects finding of the installable packages.  Parse those options from
    the txt file before doing the sync.
    
    Utilize the pip options parsing code from the compile command which is
    now moved to a separate file.
    suutari-ai authored and suutari committed Jan 7, 2018
    Configuration menu
    Copy the full SHA
    46de854 View commit details
    Browse the repository at this point in the history
  2. tests: Add test for sync using options from txt file

    Make sure that sync command passes the options specified in the txt file
    to the issued "pip install" command.
    suutari committed Jan 7, 2018
    Configuration menu
    Copy the full SHA
    a2a94c9 View commit details
    Browse the repository at this point in the history