Skip to content

Commit d16e2f3

Browse files
committed
skip tests when using qemu to biuld wheel
only affects ppc64le linux platform
1 parent dbdd36f commit d16e2f3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ before-all = "sh build.sh"
1414
test-command = "pytest"
1515
test-sources = ["test"]
1616
before-test = "pip install -r {project}/requirements-test.txt"
17+
# Will avoid testing on emulated architectures (specifically ppc64le)
18+
test-skip = "*-*linux_ppc64le"
1719

1820
[tool.cibuildwheel.linux]
1921
repair-wheel-command = "LD_LIBRARY_PATH=/project/ci/lib64 auditwheel repair -w {dest_dir} {wheel}"

0 commit comments

Comments
 (0)