From 5e158e2dabf39aab2e3e1df582692c89305ff79ab40172edba554735b6d8d6fe Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Fri, 25 Oct 2024 05:21:21 +0000 Subject: [PATCH] - Skip failing test test_unexpected_data (gh#domdfcoding/singledispatch-json#55). OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-sdjson?expand=0&rev=3 --- python-sdjson.changes | 6 ++++++ python-sdjson.spec | 3 ++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/python-sdjson.changes b/python-sdjson.changes index 9aadc7c..7475338 100644 --- a/python-sdjson.changes +++ b/python-sdjson.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Oct 25 05:20:57 UTC 2024 - Matej Cepl + +- Skip failing test test_unexpected_data + (gh#domdfcoding/singledispatch-json#55). + ------------------------------------------------------------------- Fri Jul 26 07:14:39 UTC 2024 - Steve Kowalik diff --git a/python-sdjson.spec b/python-sdjson.spec index 6b7509b..bef02db 100644 --- a/python-sdjson.spec +++ b/python-sdjson.spec @@ -68,7 +68,8 @@ without as much legwork. %check %if %{with test} -%pytest +# skip because of gh#domdfcoding/singledispatch-json#55 +%pytest -k 'not test_unexpected_data' %endif %if !%{with test}