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}