diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f92bc1c126..5845b9d8d7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 diff --git a/src/ifcopenshell-python/Makefile b/src/ifcopenshell-python/Makefile index 44a08b2c96..6e99b5d6d9 100644 --- a/src/ifcopenshell-python/Makefile +++ b/src/ifcopenshell-python/Makefile @@ -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