Broken Travis blocks merging
For now all Travis CI builds failed. This blocks merging new PRs, backports and old PRs that need resolving Misc/NEWS conflicts.
For details see https://github.com/python/core-workflow/issues/54 .
Failure is due to https://travis-ci.org/python/cpython/builds/212301336 which passed Travis and was reviewed by two other core devs. Unfortunately none of us picked up on the fact that the success of Travis was because it skipped running the test suite where the C++ header compatibility test was moved to.
I have opend https://github.com/python/cpython/pull/718 to fix it and will backport as soon as Travis is green on that PR.
On Sun, 19 Mar 2017 at 00:41 Serhiy Storchaka <storchaka@gmail.com> wrote:
For now all Travis CI builds failed. This blocks merging new PRs, backports and old PRs that need resolving Misc/NEWS conflicts.
For details see https://github.com/python/core-workflow/issues/54 .
python-committers mailing list python-committers@python.org https://mail.python.org/mailman/listinfo/python-committers Code of Conduct: https://www.python.org/psf/codeofconduct/
participants (2)
-
Brett Cannon
-
Serhiy Storchaka