Skip to content

Commit

Permalink
Upgrade PEX to 1.1.1
Browse files Browse the repository at this point in the history
Changelog:
```
* Fix infinite recursion when ``PEX_PYTHON`` points at a symlink.
  #182 pex-tool/pex#182

* Add ``/etc/pexrc`` to the list of pexrc locations to check.
  #183 pex-tool/pex#183

* Improve error messaging for platform constrained Untranslateable errors.
  #179 pex-tool/pex#179
```

Testing Done:
https://travis-ci.org/pantsbuild/pants/builds/94480030

Bugs closed: 2654

Reviewed at https://rbcommons.com/s/twitter/r/3200/
  • Loading branch information
landism authored and kwlzn committed Dec 2, 2015
1 parent d1294ff commit 6505065
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 3rdparty/python/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ lockfile==0.10.2
Markdown==2.1.1
mock==1.3.0
mox==0.5.3
pex==1.1.0
pex==1.1.1
psutil==3.1.1
pep8==1.6.2
pyflakes==0.9.2
Expand Down

0 comments on commit 6505065

Please sign in to comment.