We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8424e99 commit 9ef647cCopy full SHA for 9ef647c
pyproject.toml
@@ -229,3 +229,10 @@ repair-wheel-command = [
229
"delocate-wheel --verbose --ignore-missing-dependencies --no-sanitize-rpaths --require-archs {delocate_archs} -w {dest_dir} -v {wheel}",
230
"pipx run abi3audit --verbose --strict {wheel}",
231
]
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