So are you requesting we stop building on AppVeyor?


On Tue, Jul 25, 2017, 17:31 Victor Stinner, <victor.stinner@gmail.com> wrote:
Hi,

It's the second time today that I get this error on a PR:

   "continuous-integration/appveyor/pr — AppVeyor was unable to build
non-mergeable pull request"

With such failure, it's not possible to merge a PR.

The error just occurred on a 2.7 change which is a single commit on
top of the update to date 2.7 head:
https://github.com/python/cpython/pull/2877

For the other PR, I used the workaround found at:
http://help.appveyor.com/discussions/problems/4830-stuck-on-appveyor-was-unable-to-build-non-mergeable

=> close the PR, reopen the PR

It works around the issue, but it spams Travis CI which has to abort
running jobs, and then restarts new jobs from scratch.


$ git log

commit dc72f12b877cacdc3746e152a9379f4c3083fa22 <= my change
Author: Victor Stinner <victor.stinner@gmail.com>
Date:   Wed Jul 26 02:20:55 2017 +0200

    bpo-30778: Skip test_bsddb3 on Windows XP

commit 0666d0e50432e3b0109db96b8e48fb6c496bd49c <= upstream HEAD
Author: Aditya Hase <aditya@adityahase.com>
Date:   Wed Jul 26 02:29:52 2017 +0530

    bpo-30304: Improve TestCase.assertMultiLineEqual docs (GH-2847)

    Mention that TestCase.assertMultiLineEqual method is used by
default when comparing Unicode string when comparing Unicode strings
with assertEqual.

(...)

Victor
_______________________________________________
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/