diff --git a/conda/meta.yaml b/conda/meta.yaml index 77db44792f..11eac696f7 100644 --- a/conda/meta.yaml +++ b/conda/meta.yaml @@ -62,6 +62,10 @@ test: - src/ifcopenshell-python/test/test_file.py - src/ifcopenshell-python/test/test_wall_opening.py - src/ifcopenshell-python/test/__init__.py + commands: + #- pip install bcf-client + #- cd test && python tests.py + #- cd ../src/ifcopenshell-python/test && pytest -p no:pytest-blender about: home: http://ifcopenshell.org diff --git a/conda/run_test.bat b/conda/run_test.bat deleted file mode 100644 index 37ba7bdbe6..0000000000 --- a/conda/run_test.bat +++ /dev/null @@ -1,4 +0,0 @@ -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/test && pytest -p no:pytest-blender \ No newline at end of file diff --git a/conda/run_test.sh b/conda/run_test.sh deleted file mode 100644 index 6276a2a623..0000000000 --- a/conda/run_test.sh +++ /dev/null @@ -1,6 +0,0 @@ -#!/bin/bash - -# 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/test && pytest -p no:pytest-blender