aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimo Fält <simo.falt@qt.io>2020-12-03 16:36:25 +0200
committerSimo Fält <simo.falt@qt.io>2020-12-08 14:14:51 +0000
commitf0ea89978b12d5e1b6731d901b49a2af40be441c (patch)
tree25cef20217dc0d5b9d7e3921c30cfa412b8c8ac9
parentcbe5ac758c59f4d16b64704a1c5a3ddf88f3f85b (diff)
CI: Disable wheel tester
Wheel tester keeps failing constantly, so this disables it to allow enabling ci. Change-Id: Ia188d92808a2877fa1e972cff5cfb0822fa7392c Reviewed-by: Christian Tismer <tismer@stackless.com>
-rw-r--r--coin_test_instructions.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/coin_test_instructions.py b/coin_test_instructions.py
index bc409d1e1..73e71ca47 100644
--- a/coin_test_instructions.py
+++ b/coin_test_instructions.py
@@ -99,7 +99,8 @@ def call_testrunner(python_ver, buildnro):
if CI_RELEASE_CONF:
wheel_tester_path = os.path.join("testing", "wheel_tester.py")
cmd = [env_python, wheel_tester_path, qmake_path]
- run_instruction(cmd, "Error while running wheel_tester.py")
+ print("Disabled running wheel_tester.py while failing with qt6")
+ # run_instruction(cmd, "Error while running wheel_tester.py")
def run_test_instructions():
# Remove some environment variables that impact cmake