Skip to content

Commit

Permalink
Downgrade pex to 1.1.2
Browse files Browse the repository at this point in the history
There's a bug in pex versions 1.1.3 and 1.1.4 that prevents eggs with '_'s in the version metadata in their file name from being discovered.

See pex-tool/pex#226 for more info.

Testing Done:
Reverted the version upgrade and saw the pex creation work again for a requirement with a _

Bugs closed: 3184

Reviewed at https://rbcommons.com/s/twitter/r/3687/
  • Loading branch information
baroquebobcat authored and stuhood committed Apr 14, 2016
1 parent e621bc5 commit 46e09fb
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 @@ -10,7 +10,7 @@ mock==1.3.0
mox==0.5.3
pathspec==0.3.4
pep8==1.6.2
pex==1.1.4
pex==1.1.2
psutil==3.1.1
pyflakes==1.1.0
Pygments==1.4
Expand Down

0 comments on commit 46e09fb

Please sign in to comment.