aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside6/tests
diff options
context:
space:
mode:
authorShyamnath Premnadh <Shyamnath.Premnadh@qt.io>2024-01-29 12:18:41 +0100
committerShyamnath Premnadh <Shyamnath.Premnadh@qt.io>2024-01-31 11:07:14 +0100
commite934ae1999c6510ae2ba3cc29547c839c1a1089b (patch)
treebe1a8f77151c55a75b3c298522ee8327fe066aa9 /sources/pyside6/tests
parent2653193e6989ea300339ff6ba7efde3597051f67 (diff)
Android Deployment: Explicit android group in config file
- Distinguishes the changes fields as only relevant for Android Deployment. - This distinguishing group makes it clearer when we finally have iOS wheels. Pick-to: 6.6 Task-number: PYSIDE-1612 Change-Id: I215d2deec0117ae855e6d9a061642984eccd36ef Reviewed-by: Cristian Maureira-Fredes <cristian.maureira-fredes@qt.io> Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
Diffstat (limited to 'sources/pyside6/tests')
-rw-r--r--sources/pyside6/tests/tools/pyside6-android-deploy/test_pyside6_android_deploy.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/sources/pyside6/tests/tools/pyside6-android-deploy/test_pyside6_android_deploy.py b/sources/pyside6/tests/tools/pyside6-android-deploy/test_pyside6_android_deploy.py
index c4506a46e..81c2c9a4a 100644
--- a/sources/pyside6/tests/tools/pyside6-android-deploy/test_pyside6_android_deploy.py
+++ b/sources/pyside6/tests/tools/pyside6-android-deploy/test_pyside6_android_deploy.py
@@ -114,9 +114,9 @@ class TestPySide6AndroidDeployWidgets(DeployTestBase):
self.assertEqual(config_obj.get_value("app", "input_file"), "main.py")
self.assertEqual(config_obj.get_value("python", "android_packages"),
"buildozer==1.5.0,cython==0.29.33")
- self.assertEqual(config_obj.get_value("qt", "wheel_pyside"),
+ self.assertEqual(config_obj.get_value("android", "wheel_pyside"),
str(self.pyside_wheel.resolve()))
- self.assertEqual(config_obj.get_value("qt", "wheel_shiboken"),
+ self.assertEqual(config_obj.get_value("android", "wheel_shiboken"),
str(self.shiboken_wheel.resolve()))
self.assertEqual(config_obj.get_value("buildozer", "mode"), "debug")
self.assertEqual(config_obj.get_value("buildozer", "recipe_dir"),
@@ -237,7 +237,7 @@ class TestPySide6AndroidDeployQml(DeployTestBase):
self.assertEqual(config_obj.get_value("buildozer", "local_libs"),
expected_local_libs)
expected_qt_plugins = set(dependent_plugins)
- obtained_qt_plugins = set(config_obj.get_value("qt", "plugins").split(","))
+ obtained_qt_plugins = set(config_obj.get_value("android", "plugins").split(","))
self.assertEqual(expected_qt_plugins, obtained_qt_plugins)
# test buildozer config file contents