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