summaryrefslogtreecommitdiffstats
path: root/scripts/packagetesting
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@qt.io>2023-10-16 10:16:12 +0200
committerFriedemann Kleint <Friedemann.Kleint@qt.io>2023-10-16 14:39:07 +0200
commit1bfefad5f339cc36c09185496ee9f3b71bd5a3d4 (patch)
tree0a784ce0582bbdd76be59318bec6348b6a5d5385 /scripts/packagetesting
parente200046edf63c61b3400b69a6fc0a85cead73545 (diff)
testwheel.py: Fix path to QtGraphs gallery example
Amends 282e570c485f92ba68a9ca2c534042c191a7c1ff. Pick-to: master Task-number: PYSIDE-2206 Change-Id: If8bf6a34fa9062908de19081e0239b042f58f399 Reviewed-by: Christian Tismer <tismer@stackless.com> Reviewed-by: Adrian Herrmann <adrian.herrmann@qt.io>
Diffstat (limited to 'scripts/packagetesting')
-rw-r--r--scripts/packagetesting/testwheel.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/packagetesting/testwheel.py b/scripts/packagetesting/testwheel.py
index 9b5bd893..ce36ef16 100644
--- a/scripts/packagetesting/testwheel.py
+++ b/scripts/packagetesting/testwheel.py
@@ -127,7 +127,7 @@ def get_addon_examples():
result = []
if VERSION >= (6, 6, 0):
result.append('async/minimal/minimal_asyncio.py')
- result.append('examples/graphs/widgetgallery/main.py')
+ result.append('graphs/widgetgallery/main.py')
result.append('webenginewidgets/simplebrowser/main.py')
elif VERSION >= (6, 5, 1):
result.append('datavisualization/graphgallery/main.py')