Re: [python-committers] Broken Travis blocks merging

2017-03-19 Thread Brett Cannon
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  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/
>
___
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/


[python-committers] Broken Travis blocks merging

2017-03-19 Thread Serhiy Storchaka
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/