From 094c5a7ec80d91e99fbb804368cbd7c4a148bdec Mon Sep 17 00:00:00 2001 From: Talley Lambert Date: Wed, 6 Mar 2024 08:48:46 -0500 Subject: [PATCH] don't skip arm test --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 316349e0..ae410e3e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -114,7 +114,7 @@ skip = ["*-manylinux_i686", "*-musllinux_i686", "*-win32", "pp*"] build = ["cp38-*", "cp39-*", "cp310-*", "cp311-*", "cp312-*"] test-extras = ["test"] test-command = "pytest {project}/tests -v" -test-skip = ["*-musllinux*", "cp312-win*", "*-macosx_arm64"] +test-skip = ["*-musllinux*", "cp312-win*"] [[tool.cibuildwheel.overrides]] select = "*-manylinux_i686*"