Skip to content

Commit 298e6f0

Browse files
committed
pyproject: do not run tests when building wheels
1 parent 49e8b76 commit 298e6f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ requires = [
2121
build-backend = "cmeel.build"
2222

2323
[tool.cmeel]
24+
run-tests = false
2425
configure-args = ["-DBUILD_TESTING:BOOL=OFF","-DBUILD_PYTHON_INTERFACE:BOOL=ON","-DBUILD_WITH_VECTORIZATION_SUPPORT:BOOL=ON","-DINSTALL_DOCUMENTATION:BOOL=OFF","-DBUILD_WITH_OPENMP_SUPPORT=OFF"]
2526

2627
[tool.ruff.lint]
2728
ignore = [ "E741" ]
28-
exclude = [ "cmake-module/*", "bindings/python/external/nanobind/*" ]

0 commit comments

Comments
 (0)