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 26fd312 commit 196e27fCopy full SHA for 196e27f
pyproject.toml
@@ -17,7 +17,7 @@ before-all = [
17
before-build = "pip install -r requirements-repair.txt"
18
repair-wheel-command = "python scripts/repair_wheel.py -w {dest_dir} {wheel}"
19
test-extras = "test"
20
-test-command = "pytest {project}/tests"
+test-command = "pytest --ignore={project}/tests/test_distribution.py {project}/tests"
21
build-verbosity = "1"
22
23
[tool.cibuildwheel.linux]
0 commit comments