aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside6/tests
diff options
context:
space:
mode:
authorShyamnath Premnadh <Shyamnath.Premnadh@qt.io>2025-03-26 12:43:01 +0100
committerCristián Maureira-Fredes <cristian.maureira-fredes@qt.io>2025-04-23 12:21:02 +0200
commit9dff2af00f29312a95bda6fcd1029edf407d9966 (patch)
tree64a63fa852d59b7a903b6fc88c5ddd40667a5b8a /sources/pyside6/tests
parent254e47a4862b1bdb7557490877febcc9e8614e9c (diff)
Desktop Deployment: Upgrade Nuitka to 2.6.86.8
- There were some updates with respect to PySide6 support - See changelog here: https://nuitka.net/changelog/Changelog.html#nuitka-release-2-6 Task-number: PYSIDE-1612 Change-Id: If091184a2661f81d3d57342ba48edc35e748fc70 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io> (cherry picked from commit 5711a3ca9cf5eb36cadfd2aa9478500a17aa395f) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org> (cherry picked from commit 8fda329af6d305a640bdaee04db382a2936797cf)
Diffstat (limited to 'sources/pyside6/tests')
-rw-r--r--sources/pyside6/tests/tools/pyside6-deploy/test_pyside6_deploy.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/sources/pyside6/tests/tools/pyside6-deploy/test_pyside6_deploy.py b/sources/pyside6/tests/tools/pyside6-deploy/test_pyside6_deploy.py
index 41aadfc47..bce9af22c 100644
--- a/sources/pyside6/tests/tools/pyside6-deploy/test_pyside6_deploy.py
+++ b/sources/pyside6/tests/tools/pyside6-deploy/test_pyside6_deploy.py
@@ -153,7 +153,7 @@ class TestPySide6DeployWidgets(DeployTestBase):
self.assertTrue(config_obj.get_value("app", "project_dir").endswith("tetrix"))
self.assertEqual(config_obj.get_value("app", "exec_directory"), ".")
self.assertEqual(config_obj.get_value("python", "packages"),
- "Nuitka==2.5.1")
+ "Nuitka==2.6.8")
self.assertEqual(config_obj.get_value("qt", "qml_files"), "")
equ_base = "--quiet --noinclude-qt-translations"
equ_value = equ_base + " --static-libpython=no" if is_pyenv_python() else equ_base
@@ -317,7 +317,7 @@ class TestPySide6DeployQml(DeployTestBase):
self.assertTrue(config_obj.get_value("app", "project_dir").endswith("editingmodel"))
self.assertEqual(config_obj.get_value("app", "exec_directory"), ".")
self.assertEqual(config_obj.get_value("python", "packages"),
- "Nuitka==2.5.1")
+ "Nuitka==2.6.8")
self.assertEqual(config_obj.get_value("qt", "qml_files"), "main.qml,MovingRectangle.qml")
equ_base = "--quiet --noinclude-qt-translations"
equ_value = equ_base + " --static-libpython=no" if is_pyenv_python() else equ_base