[neon/qt/pyside2/Neon/release] debian: Blacklist registry::existence_test.
Dmitry Shachnev
null at kde.org
Thu Jul 25 03:06:04 BST 2024
Git commit a4af4db1e918fdc0b55a8c57f395cee0d4d63126 by Dmitry Shachnev.
Committed on 24/01/2024 at 20:11.
Pushed by carlosdem into branch 'Neon/release'.
Blacklist registry::existence_test.
It was never actually run, but Python 3.12 started considering it a
failure when all tests are skipped.
See https://github.com/python/cpython/pull/102051.
M +2 -0 debian/changelog
M +13 -3 debian/patches/blacklist-failing-tests.patch
https://invent.kde.org/neon/qt/pyside2/-/commit/a4af4db1e918fdc0b55a8c57f395cee0d4d63126
diff --git a/debian/changelog b/debian/changelog
index 9e90facb..caffe6ab 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,8 @@ pyside2 (5.15.12-2) UNRELEASED; urgency=medium
[ Dmitry Shachnev ]
* Backport upstream patches to support Python 3.12.
+ * Blacklist registry::existence_test. It was never actually run, but
+ Python 3.12 started considering it a failure when all tests are skipped.
-- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org> Tue, 23 Jan 2024 15:39:08 +0300
diff --git a/debian/patches/blacklist-failing-tests.patch b/debian/patches/blacklist-failing-tests.patch
index 2e04395a..7f19bd5e 100644
--- a/debian/patches/blacklist-failing-tests.patch
+++ b/debian/patches/blacklist-failing-tests.patch
@@ -5,11 +5,11 @@ Subject: Blacklist failing tests
Forwarded:
https://bugreports.qt.io/projects/PYSIDE/issues/PYSIDE-1146?filter=allopenissues
---
- build_history/blacklist.txt | 6 ++++++
- 1 file changed, 6 insertions(+)
+ build_history/blacklist.txt | 8 ++++++++
+ 1 file changed, 8 insertions(+)
diff --git a/build_history/blacklist.txt b/build_history/blacklist.txt
-index 827191a..8a60237 100644
+index 827191a..87aaca4 100644
--- a/build_history/blacklist.txt
+++ b/build_history/blacklist.txt
@@ -22,6 +22,9 @@
@@ -32,3 +32,13 @@ index 827191a..8a60237 100644
# In addition to a pre-existing windows failure,
# qtlocation/ac899dcc40bb3ad09307583fb7e6befd45a77b33 / QTBUG-66304 introduced
# a failure in 5.14
+@@ -91,7 +97,9 @@
+ linux
+ darwin
+ # Open GL functions failures on macOS (2/2020)
++# Python 3.12 considers it a failure when no tests are run
+ [registry::existence_test]
++ linux
+ darwin
+ # Incomplehensible effect with feature switching on 3.6, qApp.process_events()
+ [QtCore::feature_with_uic_test]
More information about the Neon-commits
mailing list