diff options
Diffstat (limited to 'coin_test_instructions.py')
-rw-r--r-- | coin_test_instructions.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/coin_test_instructions.py b/coin_test_instructions.py index 40f69814d..4d06e41dc 100644 --- a/coin_test_instructions.py +++ b/coin_test_instructions.py @@ -98,8 +98,7 @@ 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] - print("Disabled running wheel_tester.py while failing with qt6") - # run_instruction(cmd, "Error while running wheel_tester.py") + run_instruction(cmd, "Error while running wheel_tester.py") def run_test_instructions(): # Remove some environment variables that impact cmake |