Allow failures on Appveyor macos

Temporarily allow this build to fail to get the tests green again
This commit is contained in:
Joe Rickerby
2020-06-14 11:03:38 +01:00
committed by GitHub
parent fd9e3202a0
commit f1c4ebbed0
+5
View File
@@ -10,6 +10,11 @@ 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