try to skip ids tests for common icopenshell builds (caused failure on windows tests probably due to special character in filepath)

This commit is contained in:
krande
2022-04-14 09:43:36 +02:00
parent e66ba1660c
commit 1d086f260f
3 changed files with 8 additions and 3 deletions
+6 -1
View File
@@ -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
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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