diff --git a/pyproject.toml b/pyproject.toml index e191b96..a437c60 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,9 +40,6 @@ CMAKE_LIBRARY_OUTPUT_DIRECTORY = "" CMAKE_EXPORT_COMPILE_COMMANDS = "ON" -[tool.cibuildwheel] -test-extras = "test" -test-command = """ - cd {project}tests - pytest -v -""" +# [tool.cibuildwheel] +# test-extras = "test" +# test-command = "pytest {project}tests"