aboutsummaryrefslogtreecommitdiffstats
path: root/test/__init__.py
diff options
context:
space:
mode:
authorDaniel Smith <daniel.smith@qt.io>2025-05-28 10:40:53 +0200
committerDaniel Smith <daniel.smith@qt.io>2025-06-30 09:56:35 +0000
commit758ed235a1db179a4abe2fc41c39f320537bec47 (patch)
treef8ad936c97ebd692151b712577a525cf06e62081 /test/__init__.py
parent09a9c36647139eb0b8eeafef7fae7d8995c1f820 (diff)
Initial commit of qtwaylandbotHEADdev
This bot monitors for changes to Wayland related files in the qtbase repository following the migration of wayland components into qt/qtbase from qt/qtwayland. If a Pick-to: footer is found on a wayland change in dev, a warning will be posted if the Pick-to footer targets versions older than 6.10, as these versions remain in qt/qtwayland. Such backports must be manually picked to qt/qtwayland as needed. Change-Id: I8975cafdc0b4cf5904c9db1fe90ad083a8178a75 Reviewed-by: Daniel Smith <daniel.smith@qt.io>
Diffstat (limited to 'test/__init__.py')
-rw-r--r--test/__init__.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/__init__.py b/test/__init__.py
new file mode 100644
index 0000000..941854d
--- /dev/null
+++ b/test/__init__.py
@@ -0,0 +1 @@
+# This file makes the 'test' directory a Python package.