diff --git a/pyproject.toml b/pyproject.toml index 01fbbc5..275ff1e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ filterwarnings = [ ] [tool.cibuildwheel] -test-command = "pytest {project}" +test-command = "cd {project} && python -m pytest" test-extras = ["test"] test-skip = ["*universal2:arm64"]