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

Add --cache-dir option to pip-compile #1022

Merged

Commits on Dec 27, 2019

  1. Ensure tests pass without dependencies cached from previous tests

    Adds a --cache-dir arg to the compile cli and uses it for test isolation
    via monkeypatching of consumed env var
    richafrank committed Dec 27, 2019
    Configuration menu
    Copy the full SHA
    4408884 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    738ab48 View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2019

  1. Configuration menu
    Copy the full SHA
    c50a0ca View commit details
    Browse the repository at this point in the history
  2. Use cache-dir arg with PyPIRepository as well

    so instances don't share state across tests
    richafrank committed Dec 29, 2019
    Configuration menu
    Copy the full SHA
    9ce14df View commit details
    Browse the repository at this point in the history