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

Adds an interpreter cache to the pex tool. Fixes #47 and #48. #57

Merged
merged 1 commit into from
Apr 4, 2015

Conversation

wickman
Copy link
Contributor

@wickman wickman commented Apr 3, 2015

  • Adds an interpreter cache to the pex tool and self-resolves dependencies
    (wheel, setuptools) should they be unavailable at runtime. This fixes the
    issue where "pex" would fail to run in a fresh virtualenv without doing
    "pip install pex[whl]".
  • Fixes test breakage with requests >= 2.5.2

…tool#48.

* Adds an interpreter cache to the pex tool and self-resolves dependencies
  (wheel, setuptools) should they be unavailable at runtime.  This fixes the
  issue where "pex" would fail to run in a fresh virtualenv without doing
  "pip install pex[whl]".

* Fixes test breakage with requests >= 2.5.2
wickman added a commit that referenced this pull request Apr 4, 2015
Adds an interpreter cache to the pex tool.  Fixes #47 and #48.
@wickman wickman merged commit 7c07915 into pex-tool:master Apr 4, 2015
@wickman wickman deleted the wickman/interpreter_cache_squash branch April 4, 2015 00:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant