From c40964f22fe5ba498da6ce85762d86cf101aec03f1db8ac6ba408cb37e987a2e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Mon, 29 Dec 2025 10:18:32 +0000 Subject: [PATCH] Accepting request 1324676 from home:mcalabkova:branches:devel:languages:python:C - Skip tests failing on recent python interpreters OBS-URL: https://build.opensuse.org/request/show/1324676 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-tabulate?expand=0&rev=32 --- python-tabulate.changes | 5 +++++ python-tabulate.spec | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/python-tabulate.changes b/python-tabulate.changes index 5174d9d..9909c96 100644 --- a/python-tabulate.changes +++ b/python-tabulate.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Dec 29 10:16:30 UTC 2025 - Markéta Machová + +- Skip tests failing on recent python interpreters + ------------------------------------------------------------------- Mon Aug 25 14:08:25 UTC 2025 - Markéta Machová diff --git a/python-tabulate.spec b/python-tabulate.spec index a0fcb7b..6eecd18 100644 --- a/python-tabulate.spec +++ b/python-tabulate.spec @@ -77,7 +77,8 @@ The main use cases of the library are: %python_expand %fdupes %{buildroot}%{$python_sitelib} %check -%pytest +# test_wrap_multiword_non_wide* fail on recent Python interpreters https://github.com/astanin/python-tabulate/issues/389 +%pytest -k "not test_wrap_multiword_non_wide" %pre %python_libalternatives_reset_alternative tabulate