From 817fae35a8669f16e6442b9d416c5578bb14285c Mon Sep 17 00:00:00 2001 From: Christian Tismer Date: Sun, 28 Mar 2021 19:17:11 +0200 Subject: 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 --- requirements.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'requirements.txt') diff --git a/requirements.txt b/requirements.txt index 97db193f4..7141c9df7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,3 +5,4 @@ six wheel>=0.35 PyOpenGL pyinstaller==3.6 +nuitka -- cgit v1.2.3