Please reenable AppVeyor
Hi, It seems like AppVeyor is stable again, and test_asyncio has been fixed, so I suggest to make AppVeyor required again on 2.7, 3.6, 3.7 and master branches. I just closed the issue of the most annoying test_asyncio failure, test_start_tls_server_1(): https://bugs.python.org/issue33694 Note: There are still two known test_asyncio random failures, but they seem to be rare. * https://bugs.python.org/issue31007 : test_pipe_handle * https://bugs.python.org/issue33531 : test_stdin_broken_pipe Victor
Done! On Sat, 9 Jun 2018 at 09:49 Victor Stinner <vstinner@redhat.com> wrote:
Hi,
It seems like AppVeyor is stable again, and test_asyncio has been fixed, so I suggest to make AppVeyor required again on 2.7, 3.6, 3.7 and master branches.
I just closed the issue of the most annoying test_asyncio failure, test_start_tls_server_1(): https://bugs.python.org/issue33694
Note: There are still two known test_asyncio random failures, but they seem to be rare.
* https://bugs.python.org/issue31007 : test_pipe_handle * https://bugs.python.org/issue33531 : test_stdin_broken_pipe
Victor _______________________________________________ core-workflow mailing list -- core-workflow@python.org To unsubscribe send an email to core-workflow-leave@python.org https://mail.python.org/mm3/mailman3/lists/core-workflow.python.org/ This list is governed by the PSF Code of Conduct: https://www.python.org/psf/codeofconduct
Thank you! I don't want to see Windows regressions. Victor 2018-06-09 18:14 GMT+01:00 Brett Cannon <brett@python.org>:
Done!
On Sat, 9 Jun 2018 at 09:49 Victor Stinner <vstinner@redhat.com> wrote:
Hi,
It seems like AppVeyor is stable again, and test_asyncio has been fixed, so I suggest to make AppVeyor required again on 2.7, 3.6, 3.7 and master branches.
I just closed the issue of the most annoying test_asyncio failure, test_start_tls_server_1(): https://bugs.python.org/issue33694
Note: There are still two known test_asyncio random failures, but they seem to be rare.
* https://bugs.python.org/issue31007 : test_pipe_handle * https://bugs.python.org/issue33531 : test_stdin_broken_pipe
Victor _______________________________________________ core-workflow mailing list -- core-workflow@python.org To unsubscribe send an email to core-workflow-leave@python.org https://mail.python.org/mm3/mailman3/lists/core-workflow.python.org/ This list is governed by the PSF Code of Conduct: https://www.python.org/psf/codeofconduct
participants (2)
-
Brett Cannon
-
Victor Stinner