From b5175e61595ac33314e18115c125853bb7d1554d Mon Sep 17 00:00:00 2001 From: Joe Rickerby Date: Thu, 9 Apr 2020 10:43:21 +0100 Subject: [PATCH 1/4] Try Appveyor config workaround APPVEYOR_CONSOLE_DISABLE_PTY, as suggested in https://github.com/appveyor/ci/issues/3376#issuecomment-611314299 --- appveyor.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/appveyor.yml b/appveyor.yml index e7e0ba78..4e23490a 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,4 +1,5 @@ environment: + APPVEYOR_CONSOLE_DISABLE_PTY: true matrix: - APPVEYOR_BUILD_WORKER_IMAGE: Ubuntu APPVEYOR_JOB_NAME: "python37-x64-ubuntu" From 7eb0de0dd2bd6accd5ee57d14bdd3781f1721d33 Mon Sep 17 00:00:00 2001 From: Joe Rickerby Date: Thu, 9 Apr 2020 11:39:46 +0100 Subject: [PATCH 2/4] Try another one From 4b5c743a64dcf1cd4257563737b0339bdd0a7d5c Mon Sep 17 00:00:00 2001 From: Joe Rickerby Date: Fri, 10 Apr 2020 13:00:09 +0100 Subject: [PATCH 3/4] And again..? From 7b3bcfae34695a98e963661279488c25e13f928a Mon Sep 17 00:00:00 2001 From: Joe Rickerby Date: Fri, 10 Apr 2020 14:13:42 +0100 Subject: [PATCH 4/4] Remove allow_failures block and add comment --- appveyor.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 4e23490a..4bf0a18f 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,4 +1,6 @@ environment: + # workaround an appveyor bug on macos + # see https://github.com/appveyor/ci/issues/3376#issuecomment-611314299 APPVEYOR_CONSOLE_DISABLE_PTY: true matrix: - APPVEYOR_BUILD_WORKER_IMAGE: Ubuntu @@ -8,10 +10,6 @@ environment: - APPVEYOR_BUILD_WORKER_IMAGE: macos-mojave APPVEYOR_JOB_NAME: "python37-x64-macos-mojave" -matrix: - allow_failures: - - APPVEYOR_BUILD_WORKER_IMAGE: macos-mojave - stack: python 3.7 build: off