From 8d4f2107c461d1aeecf1c538823afb6ba2f82e0c141cf4c31001975c90d1c63f Mon Sep 17 00:00:00 2001 From: Sebastian Wagner Date: Fri, 12 Mar 2021 08:04:12 +0000 Subject: [PATCH] - Disable failing tests explicitly instead of ignoring the exit code. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/diffoscope?expand=0&rev=10 --- diffoscope.changes | 5 +++++ diffoscope.spec | 6 ++++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/diffoscope.changes b/diffoscope.changes index b6e91a3..faf5b7a 100644 --- a/diffoscope.changes +++ b/diffoscope.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Mar 12 08:03:39 UTC 2021 - Sebastian Wagner + +- Disable failing tests explicitly instead of ignoring the exit code. + ------------------------------------------------------------------- Sat Feb 27 15:00:17 UTC 2021 - Sebastian Wagner diff --git a/diffoscope.spec b/diffoscope.spec index 30ec532..b900ebc 100644 --- a/diffoscope.spec +++ b/diffoscope.spec @@ -134,8 +134,10 @@ if [ "$1" = 0 ] ; then fi %check -# 3 tests fail 177 skipped due to missing tools, needs more investigation -py.test-%{python3_bin_suffix} -v || : +# test_difference: https://bugzilla.opensuse.org/show_bug.cgi?id=1183143 (https://salsa.debian.org/reproducible-builds/diffoscope/-/issues/243) +# test_libmix_differences https://salsa.debian.org/reproducible-builds/diffoscope/-/issues/244#note_231513 +# test_identification https://salsa.debian.org/reproducible-builds/diffoscope/-/issues/98 +py.test-%{python3_bin_suffix} -k 'not test_difference and not test_identification and not test_libmix_differences' %files %doc README.rst