summaryrefslogtreecommitdiffstats
path: root/scripts/packagetesting
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@qt.io>2023-10-12 09:39:18 +0200
committerFriedemann Kleint <Friedemann.Kleint@qt.io>2023-10-13 10:07:15 +0200
commit8a721cc7c51cc50fa5682bd1221185b3487d1c8e (patch)
treefbee47842c9bfe91eebe31e1cc052b7499f94ea5 /scripts/packagetesting
parent07563a5db24b93ada4646b7a1485e3a89a1c0910 (diff)
testwheel.py: Add AsyncIO example
Pick-to: master Change-Id: I856e5597deff26383830c8f28bb9fb8b7c01c645 Reviewed-by: Adrian Herrmann <adrian.herrmann@qt.io> Reviewed-by: Shyamnath Premnadh <Shyamnath.Premnadh@qt.io>
Diffstat (limited to 'scripts/packagetesting')
-rw-r--r--scripts/packagetesting/testwheel.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/packagetesting/testwheel.py b/scripts/packagetesting/testwheel.py
index b1a4465a..9b5bd893 100644
--- a/scripts/packagetesting/testwheel.py
+++ b/scripts/packagetesting/testwheel.py
@@ -126,6 +126,7 @@ def pyside2_examples():
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('webenginewidgets/simplebrowser/main.py')
elif VERSION >= (6, 5, 1):