commit: 7a03863063b2fe95f404a0fc9fcf838e440d3449
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 15 10:43:33 2023 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Dec 15 10:49:11 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a038630
dev-python/pytest-qt: Override xfail_strict as they pass on arm64
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/pytest-qt/pytest-qt-4.2.0.ebuild | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/dev-python/pytest-qt/pytest-qt-4.2.0.ebuild
b/dev-python/pytest-qt/pytest-qt-4.2.0.ebuild
index 75e8b72f50f0..2df1fde44c05 100644
--- a/dev-python/pytest-qt/pytest-qt-4.2.0.ebuild
+++ b/dev-python/pytest-qt/pytest-qt-4.2.0.ebuild
@@ -67,7 +67,9 @@ python_test() {
if has_version
"dev-python/${PYTEST_QT_API}[gui,testlib,widgets,${PYTHON_USEDEP}]"
then
einfo "Testing with ${EPYTHON} and ${PYTEST_QT_API}"
- nonfatal epytest ||
+ # force-disable xfail_strict as upstream as xfail
assumptions
+ # don't seem to hold on arm64
+ nonfatal epytest -oxfail_strict=false ||
die -n "Tests failed with ${EPYTHON} and
${PYTEST_QT_API}" ||
return 1
fi