diff --git a/conda/meta.yaml b/conda/meta.yaml index 4ddd41d445..e91a01e569 100644 --- a/conda/meta.yaml +++ b/conda/meta.yaml @@ -56,7 +56,12 @@ test: - xmlschema source_files: - test - - src/ifcopenshell-python + - src/ifcopenshell-python/api + - src/ifcopenshell-python/util + - src/ifcopenshell-python/bootstrap.py + - src/ifcopenshell-python/test_file.py + - src/ifcopenshell-python/test_wall_opening.py + - src/ifcopenshell-python/__init__.py about: home: http://ifcopenshell.org diff --git a/conda/run_test.bat b/conda/run_test.bat index 98d95f80a6..496eca71a3 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 -pip install bcf-client +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 diff --git a/conda/run_test.sh b/conda/run_test.sh index 7cbc6ad03c..7f173b8024 100644 --- a/conda/run_test.sh +++ b/conda/run_test.sh @@ -1,6 +1,6 @@ #!/bin/bash # Hack while we do not have bcf-client on our conda ifcopenshell channel yet -pip install bcf-client +# pip install bcf-client cd test && python tests.py cd ../src/ifcopenshell-python && mv ifcopenshell ifcopenshell-local && make test