mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-09 13:52:23 +00:00
deprecate test-safe #5192
This commit is contained in:
@@ -48,7 +48,6 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
python -m pip install --upgrade pip
|
python -m pip install --upgrade pip
|
||||||
pip install xmlschema xsdata numpy lxml pytest isodate lark networkx tabulate python-dateutil shapely
|
pip install xmlschema xsdata numpy lxml pytest isodate lark networkx tabulate python-dateutil shapely
|
||||||
pip install mathutils
|
|
||||||
pip install src/bcf --no-deps
|
pip install src/bcf --no-deps
|
||||||
pip install https://github.com/Andrej730/aud/archive/refs/heads/master-reduced-size.zip
|
pip install https://github.com/Andrej730/aud/archive/refs/heads/master-reduced-size.zip
|
||||||
|
|
||||||
|
|||||||
@@ -61,12 +61,6 @@ IFCCONVERT_URL:=https://s3.amazonaws.com/ifcopenshell-builds/IfcConvert-v0.8.1-c
|
|||||||
test:
|
test:
|
||||||
pytest -p no:pytest-blender test
|
pytest -p no:pytest-blender test
|
||||||
|
|
||||||
# safe version of tests without mathutils dependency
|
|
||||||
# for tests to work for github workflow with python <3.10 #3895
|
|
||||||
.PHONY: test-safe
|
|
||||||
test-safe:
|
|
||||||
pytest -p no:pytest-blender test --ignore=test/util/test_shape_builder.py
|
|
||||||
|
|
||||||
.PHONY: build-ids-docs
|
.PHONY: build-ids-docs
|
||||||
build-ids-docs:
|
build-ids-docs:
|
||||||
mkdir -p test/build
|
mkdir -p test/build
|
||||||
|
|||||||
Reference in New Issue
Block a user