From 2b35f3c658f3d7506362be90d0fa0509dcfca19f Mon Sep 17 00:00:00 2001 From: jack1142 <6032823+jack1142@users.noreply.github.com> Date: Fri, 22 Jul 2022 13:12:05 +0200 Subject: [PATCH] Skip cp38-macosx_arm64 in the test testing failing tests --- test/test_testing.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/test_testing.py b/test/test_testing.py index c7264383..c33285bd 100644 --- a/test/test_testing.py +++ b/test/test_testing.py @@ -142,6 +142,8 @@ def test_failing_test(tmp_path): # problems with this, so let's check that. "CIBW_MANYLINUX_I686_IMAGE": "manylinux1", "CIBW_MANYLINUX_X86_64_IMAGE": "manylinux1", + # tests don't run on CPython 3.8 when running on macOS arm64 + "CIBW_SKIP": "cp38-macosx_arm64", }, )