From 37fde23b46121cd8952c516ffbf002ee7cf4066ab7e544169e46a9037b363b7c Mon Sep 17 00:00:00 2001 From: Christophe Giboudeaux Date: Sun, 18 Jul 2021 09:21:23 +0000 Subject: [PATCH] Disable the bug_307 test only on platform where it fails OBS-URL: https://build.opensuse.org/package/show/KDE:Qt5/python3-pyside2?expand=0&rev=53 --- python3-pyside2.spec | 3 +++ 1 file changed, 3 insertions(+) diff --git a/python3-pyside2.spec b/python3-pyside2.spec index 403e321..117a4b4 100644 --- a/python3-pyside2.spec +++ b/python3-pyside2.spec @@ -135,11 +135,14 @@ Examples and Tutorials for the PySide2 bindings for Qt. %if "%{_lib}" == "lib64" %patch0 -p1 %endif + # Test expects depth of 32 printf '[QtGui::qdatastream_gui_operators_test]\n linux\n' >> build_history/blacklist.txt # bug_307 fails on armv7l only +%ifarch %{arm} printf '[QtWidgets::bug_307]\n linux\n' >> build_history/blacklist.txt +%endif %build export LLVM_INSTALL_DIR=%{_prefix}