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 support for relative requirements in pip_install #433

Merged
merged 10 commits into from
Oct 26, 2021

Commits on Mar 8, 2021

  1. Run pip within the directory containing the requirements.txt file

    This allows for relative requirements to be resolved in the way
    that standalone pip would without patching or parsing the
    requirements file manually
    aaliddell committed Mar 8, 2021
    Configuration menu
    Copy the full SHA
    cc64022 View commit details
    Browse the repository at this point in the history
  2. Print test errors of sub-workspaces in bazel_integration_test

    Prior to this, errors would be written to logs in the temp
    directory that would promptly be deleted on parent test
    teardown. This means at least the test logs will be printed
    on failure
    aaliddell committed Mar 8, 2021
    Configuration menu
    Copy the full SHA
    dd1c8cf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e3b8daa View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    10e1624 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2021

  1. Configuration menu
    Copy the full SHA
    d4940e8 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2021

  1. Configuration menu
    Copy the full SHA
    2cc295b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    550afc9 View commit details
    Browse the repository at this point in the history
  3. Apply buildifier fix

    aaliddell committed Sep 22, 2021
    Configuration menu
    Copy the full SHA
    96c30be View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2021

  1. Configuration menu
    Copy the full SHA
    31dcf04 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5a04eb2 View commit details
    Browse the repository at this point in the history