Skip to content

Commit 9ef647c

Browse files
committed
[CI] skip import test on CentOS 7
1 parent 8424e99 commit 9ef647c

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

pyproject.toml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -229,3 +229,10 @@ repair-wheel-command = [
229229
"delocate-wheel --verbose --ignore-missing-dependencies --no-sanitize-rpaths --require-archs {delocate_archs} -w {dest_dir} -v {wheel}",
230230
"pipx run abi3audit --verbose --strict {wheel}",
231231
]
232+
233+
[[tool.cibuildwheel.overrides]]
234+
select = "*linux*x86_64*"
235+
# CentOS 7 is too old to run import test. Do wheel installation test only.
236+
test-command = [
237+
"echo 'Wheel is installed successfully'",
238+
]

0 commit comments

Comments
 (0)