mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-09 09:21:46 +00:00
osx compat
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user