-
-
Notifications
You must be signed in to change notification settings - Fork 291
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
repair broken tests in master #463
Comments
lint fixes out here: #464 |
isort fixes out here: #465 |
a round of @CMLivingston fixes out here: #466 |
there are still at least two outstanding classes of issues that I can see in master. |
#1 is fixed and I've added improved traceback logging for the pex integration testing to reveal a full traceback for #2, which shows: https://travis-ci.org/pantsbuild/pex/jobs/378030033#L322 this seems to relate to locating setuptools for injection into the pex bootstrap payload, but only repros in CI. |
cut #470 for the two straggler integration tests and will skip those for now. |
@CMLivingston cut #474 to close #470 there's still some extreme flakiness in the pypy shard, will look into resolving that today. |
when #461 broke travis status, a handful of test failures unfortunately leaked into master.
this ticket tracks repairing those failures to get master green again.
this travis run should reveal the breakage beyond #461: https://travis-ci.org/pantsbuild/pex/builds/377906298
The text was updated successfully, but these errors were encountered: