osx compat

This commit is contained in:
Thomas Krijnen
2025-10-25 15:40:08 +02:00
parent 0f8c6ffe9e
commit 74f8b047fb
+1 -1
View File
@@ -78,7 +78,7 @@ test:
.PHONY: test-parallel
test-parallel:
@NPROCS=$$(nproc); \
@NPROCS=$$(nproc 2>/dev/null || sysctl -n hw.ncpu); \
pytest -p no:pytest-blender -n $$NPROCS test --ignore=test/util/test_shape_builder.py
.PHONY: test-mathutils