Skip to content

Commit d2745a5

Browse files
committed
chore: run tests even with QEMU
1 parent b730e90 commit d2745a5

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

pyproject.toml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -149,12 +149,6 @@ inherit.config-settings = "append"
149149
# - ExportImport|RunCMake.install|RunCMake.file-GET_RUNTIME_DEPENDENCIES: c.f. https://discourse.cmake.org/t/cmake-test-suite-failing-on-alpine-linux/5064
150150
config-settings."cmake.define.RUN_CMAKE_TEST_EXCLUDE" = "BootstrapTest|CTestTestFdSetSize|ExportImport|RunCMake.install|RunCMake.RuntimePath|RunCMake.file-GET_RUNTIME_DEPENDENCIES"
151151

152-
[[tool.cibuildwheel.overrides]]
153-
select = ["*linux_ppc64le", "*linux_s390x", "*linux_riscv64"]
154-
inherit.config-settings = "append"
155-
# disable tests on those platforms, QEMU is taking to long for jobs to pass on GHA
156-
config-settings."cmake.define.RUN_CMAKE_TEST" = "OFF"
157-
158152
[[tool.cibuildwheel.overrides]]
159153
select = ["*-musllinux_{ppc64le,s390x,riscv64}"]
160154
build-frontend = "pip"

0 commit comments

Comments
 (0)