diff --git a/python-surer.changes b/python-surer.changes index 7a8bda9..ed547fa 100644 --- a/python-surer.changes +++ b/python-surer.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Nov 19 01:47:39 UTC 2025 - Steve Kowalik + +- Skip a test that breaks with Python 3.14. + ------------------------------------------------------------------- Tue Jun 13 12:20:02 UTC 2023 - ecsos diff --git a/python-surer.spec b/python-surer.spec index ca600d7..fef1deb 100644 --- a/python-surer.spec +++ b/python-surer.spec @@ -1,7 +1,7 @@ # # spec file for package python-surer # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2025 SUSE LLC and contributors # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -54,7 +54,9 @@ sed -i '/addopts/d' setup.cfg %python_expand %fdupes %{buildroot}%{$python_sitelib} %check -%pytest +# Error message is different with Python 3.14, and if its patched, two other +# tests fail +%pytest -k 'not test_that_none_contains_string' %files %{python_files} %doc README.rst