From 1f94e657e71e1f5bb4d8a8ee47d7626ff244d6f2 Mon Sep 17 00:00:00 2001 From: krande Date: Sat, 16 Apr 2022 17:01:43 +0200 Subject: [PATCH] remove test files and skip tests --- conda/meta.yaml | 4 ++++ conda/run_test.bat | 4 ---- conda/run_test.sh | 6 ------ 3 files changed, 4 insertions(+), 10 deletions(-) delete mode 100644 conda/run_test.bat delete mode 100644 conda/run_test.sh 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