From 06288bb18145fedf32b23305df8dc18baa60ef1c Mon Sep 17 00:00:00 2001 From: krande Date: Thu, 14 Apr 2022 16:49:30 +0200 Subject: [PATCH] fix errors in tests --- conda/run_test.bat | 2 +- conda/run_test.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/conda/run_test.bat b/conda/run_test.bat index 496eca71a3..37ba7bdbe6 100644 --- a/conda/run_test.bat +++ b/conda/run_test.bat @@ -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 \ No newline at end of file +cd ../src/ifcopenshell-python/test && pytest -p no:pytest-blender \ No newline at end of file diff --git a/conda/run_test.sh b/conda/run_test.sh index 7f173b8024..6276a2a623 100644 --- a/conda/run_test.sh +++ b/conda/run_test.sh @@ -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