fix errors in tests

This commit is contained in:
krande
2022-04-14 16:49:30 +02:00
parent d81cd45188
commit 06288bb181
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
rem Hack while we do not have bcf-client on our conda ifcopenshell channel yet
rem pip install bcf-client
cd test && python tests.py
cd ../src/ifcopenshell-python && mv ifcopenshell ifcopenshell-local && make test
cd ../src/ifcopenshell-python/test && pytest -p no:pytest-blender
+1 -1
View File
@@ -3,4 +3,4 @@
# Hack while we do not have bcf-client on our conda ifcopenshell channel yet
# pip install bcf-client
cd test && python tests.py
cd ../src/ifcopenshell-python && mv ifcopenshell ifcopenshell-local && make test
cd ../src/ifcopenshell-python/test && pytest -p no:pytest-blender