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

Improve PEX_PATH handling in pex.py #421

Merged

Commits on Oct 9, 2017

  1. Patch sys module with a new sys.path repsecting the newly added pex_p…

    …ath property of PEX-INFO metadata. Fallback to PEX_PATH set in the environment if neccesary for compatability.
    Chris Livingston committed Oct 9, 2017
    Configuration menu
    Copy the full SHA
    6c5ed74 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2017

  1. Add merging of environment pex path and pex info pex path into one un…

    …ified pex path for PEXEnvironment activation; Add associated integration test.
    Chris Livingston committed Oct 10, 2017
    Configuration menu
    Copy the full SHA
    3a563f4 View commit details
    Browse the repository at this point in the history
  2. Change 3rd party library used in integration test

    Chris Livingston committed Oct 10, 2017
    Configuration menu
    Copy the full SHA
    999c6bf View commit details
    Browse the repository at this point in the history
  3. Add pypy compatible 3rd party module for integration test

    Chris Livingston committed Oct 10, 2017
    Configuration menu
    Copy the full SHA
    19fb285 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2017

  1. Clean up helper function and pex path merging, add lighter-weight 3rd…

    … party dep for integration test case
    Chris Livingston committed Oct 11, 2017
    Configuration menu
    Copy the full SHA
    4db4ea4 View commit details
    Browse the repository at this point in the history
  2. Cleaner composition of joined pex path variable where possible

    Chris Livingston committed Oct 11, 2017
    Configuration menu
    Copy the full SHA
    fbbaf91 View commit details
    Browse the repository at this point in the history
  3. New api for PexInfo object: merge pex path into pex path; remove PEX_…

    …PATH from from_env method
    Chris Livingston committed Oct 11, 2017
    Configuration menu
    Copy the full SHA
    aed5211 View commit details
    Browse the repository at this point in the history
  4. Add test for new util function

    Chris Livingston committed Oct 11, 2017
    Configuration menu
    Copy the full SHA
    df5f4f4 View commit details
    Browse the repository at this point in the history
  5. Add two more test cases

    Chris Livingston committed Oct 11, 2017
    Configuration menu
    Copy the full SHA
    c663b40 View commit details
    Browse the repository at this point in the history
  6. isort changes

    Chris Livingston committed Oct 11, 2017
    Configuration menu
    Copy the full SHA
    69bb04a View commit details
    Browse the repository at this point in the history