diff --git a/pyproject.toml b/pyproject.toml index bb0e19f..6dc3f48 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,7 +45,7 @@ MSGPACK_USE_BOOST = "OFF" [tool.cibuildwheel] -test-command = "ls {project} && pwd && find {project} -name \"tests.py\" && pwd && python -m unittest {project}/src/python/tests/tests.py" +test-command = "python {project}/src/python/tests/tests.py" test-skip = ["*universal2:arm64"] build-verbosity = 1