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