Skip to content

Commit

Permalink
Bump pex version to 1.2.8. (#4735)
Browse files Browse the repository at this point in the history
This pulls in fixes for improved wheel installation in a pex.
  • Loading branch information
kwlzn authored Jul 10, 2017
1 parent b1746b9 commit cdb4e5e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 3rdparty/python/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ mock==2.0.0
packaging==16.8
pathspec==0.5.0
pep8==1.6.2
pex==1.2.6
pex==1.2.8
psutil==4.3.0
pyflakes==1.1.0
Pygments==1.4
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ def name_and_platform(whl):
# pycparser is a dependency of cffi only on CPython. We might as well check for it,
# as extra verification that we correctly fetch transitive dependencies.
if PythonInterpreter.get().identity.interpreter == 'CPython':
expected_name_and_platforms.add(('pycparser-2.17', 'any'))
expected_name_and_platforms.add(('pycparser-2.18', 'any'))

self.assertTrue(expected_name_and_platforms.issubset(names_and_platforms),
'{} is not a subset of {}'.format(expected_name_and_platforms,
Expand Down

0 comments on commit cdb4e5e

Please sign in to comment.