From a7b69cc16dd8e1ff4d312fec2f68f31a9edfcf2a Mon Sep 17 00:00:00 2001 From: Yannick Jadoul Date: Fri, 11 Sep 2020 18:16:12 +0200 Subject: [PATCH] Remove workaround for AppVeyor bug on macOS (#318), as the AppVeyor issue is closed now --- appveyor.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index aefcf59b..6c2bdee9 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,7 +1,4 @@ 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 APPVEYOR_JOB_NAME: "python37-x64-ubuntu"