15
0
forked from pool/python-surer

Compare commits

2 Commits

2 changed files with 9 additions and 2 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Nov 19 01:47:39 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
- Skip a test that breaks with Python 3.14.
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Jun 13 12:20:02 UTC 2023 - ecsos <ecsos@opensuse.org> Tue Jun 13 12:20:02 UTC 2023 - ecsos <ecsos@opensuse.org>

View File

@@ -1,7 +1,7 @@
# #
# spec file for package python-surer # 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 # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # 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} %python_expand %fdupes %{buildroot}%{$python_sitelib}
%check %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} %files %{python_files}
%doc README.rst %doc README.rst