deprecate test-safe #5192

This commit is contained in:
Andrej730
2025-02-17 17:09:38 +05:00
parent 93ee92c401
commit 5d8c2f2ec2
2 changed files with 0 additions and 7 deletions
-1
View File
@@ -48,7 +48,6 @@ jobs:
run: |
python -m pip install --upgrade pip
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 https://github.com/Andrej730/aud/archive/refs/heads/master-reduced-size.zip
-6
View File
@@ -61,12 +61,6 @@ IFCCONVERT_URL:=https://s3.amazonaws.com/ifcopenshell-builds/IfcConvert-v0.8.1-c
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
build-ids-docs:
mkdir -p test/build