remove test files and skip tests

This commit is contained in:
krande
2022-04-16 17:01:43 +02:00
parent 06288bb181
commit 1f94e657e7
3 changed files with 4 additions and 10 deletions
+4
View File
@@ -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
-4
View File
@@ -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
-6
View File
@@ -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