From 87dfa75dcb6d995f6e4cff6cf08c429a98310a2c Mon Sep 17 00:00:00 2001 From: Yannick Jadoul Date: Fri, 11 Sep 2020 13:54:35 +0200 Subject: [PATCH] Revert "Allow failures on Appveyor macos" This reverts commit f1c4ebbed062fc76f053ed27cc900600c49b78e3. --- appveyor.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 5162f1b6..aefcf59b 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -10,11 +10,6 @@ environment: - APPVEYOR_BUILD_WORKER_IMAGE: macos-mojave APPVEYOR_JOB_NAME: "python37-x64-macos-mojave" -# while pypy libffi dependency is failing the build, allow failures on macos -matrix: - allow_failures: - - APPVEYOR_BUILD_WORKER_IMAGE: macos-mojave - stack: python 3.7 build: off