From 8e08831ea8531ee1715581fe1684b20f587e331be425926b3f6736b47eedb538 Mon Sep 17 00:00:00 2001 From: Steve Kowalik Date: Wed, 19 Nov 2025 01:47:51 +0000 Subject: [PATCH] - Skip a test that breaks with Python 3.14. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-surer?expand=0&rev=5 --- python-surer.changes | 5 +++++ python-surer.spec | 6 ++++-- 2 files changed, 9 insertions(+), 2 deletions(-) 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