diff --git a/pyproject.toml b/pyproject.toml index 78502774..ce9cf3cd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,9 +33,6 @@ skip = [ "*-win32", ] macos.archs = ["x86_64", "arm64"] -# When cross-compiling on Intel, it is not possible to test arm64 wheels. -# Warnings will be silenced with following CIBW_TEST_SKIP -test-skip = "*-macosx_arm64" before-test = "pip install pytest hypothesis" test-command = "pytest {project}/tests --import-mode=append"