mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-24 08:06:53 +00:00
osx compat
This commit is contained in:
@@ -78,7 +78,7 @@ test:
|
|||||||
|
|
||||||
.PHONY: test-parallel
|
.PHONY: test-parallel
|
||||||
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
|
pytest -p no:pytest-blender -n $$NPROCS test --ignore=test/util/test_shape_builder.py
|
||||||
|
|
||||||
.PHONY: test-mathutils
|
.PHONY: test-mathutils
|
||||||
|
|||||||
Reference in New Issue
Block a user