aboutsummaryrefslogtreecommitdiffstats
path: root/coin_test_instructions.py
diff options
context:
space:
mode:
authorChristian Tismer <tismer@stackless.com>2021-03-28 19:17:11 +0200
committerChristian Tismer <tismer@stackless.com>2021-04-07 11:00:57 +0200
commit817fae35a8669f16e6442b9d416c5578bb14285c (patch)
treef4b9ddb2a76dc3dc345605fa387cbb10b9293e9d /coin_test_instructions.py
parente641c225d2954cfc5c85e00eda83f5319c84b3c8 (diff)
wheel_tester: Enable it again for Qt >= 6 with Nuitka
With the usage of nuitka, we have a working compiled test, again. Only the scriptableapplication fails, and only for CMake. This will be fixed in another check-in. The PyInstaller test remains in the code for being re-enabled. Task-number: PYSIDE-1523 Change-Id: Ic831fa5b110bbff4150a01cb8a7344ae050aae02 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
Diffstat (limited to 'coin_test_instructions.py')
-rw-r--r--coin_test_instructions.py3
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