From c726da456ed3554e0690e84af2ce61d2ec109b5a Mon Sep 17 00:00:00 2001 From: Cristian Le Date: Wed, 27 Mar 2024 19:00:34 +0100 Subject: [PATCH] Remove test-skip All CI seem to be running without emulation Signed-off-by: Cristian Le --- pyproject.toml | 2 -- 1 file changed, 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 2f01c658..67f57fb8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -99,8 +99,6 @@ write_to = "python/spglib/_version.py" skip = ["pp*", "*-win32", "*-manylinux_i686", "*-musllinux*"] test-extras = "test" test-command = "pytest {package}/test/functional/python" -# Do not run test on emulated environments -test-skip = "*-*linux_{aarch64,ppc64le,s390x} *-macosx_arm64 *-macosx_universal2:arm64" [tool.cibuildwheel.linux] # TODO: auditwheel fails if LD_LIBRARY_PATH is not set correctly. Not sure about apprropriate value to set to