From e0ed6ea4d7e90e2f38f3b7922360fa22d10c0c3a2f01103307cb492863eea7f8 Mon Sep 17 00:00:00 2001 From: Daniel Garcia Date: Tue, 13 Feb 2024 13:08:13 +0000 Subject: [PATCH] - Skip broken test "test_repr" in python3.12+ OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-expiringdict?expand=0&rev=7 --- python-expiringdict.changes | 5 +++++ python-expiringdict.spec | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/python-expiringdict.changes b/python-expiringdict.changes index f7c1e4d..a129267 100644 --- a/python-expiringdict.changes +++ b/python-expiringdict.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Feb 13 13:07:40 UTC 2024 - Daniel Garcia + +- Skip broken test "test_repr" in python3.12+ + ------------------------------------------------------------------- Wed Oct 12 03:07:25 UTC 2022 - Yogalakshmi Arunachalam diff --git a/python-expiringdict.spec b/python-expiringdict.spec index 0aa640a..bb4e8cb 100644 --- a/python-expiringdict.spec +++ b/python-expiringdict.spec @@ -1,7 +1,7 @@ # # spec file for package python-expiringdict # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2024 SUSE LLC # Copyright (c) 2021, Martin Hauke # # All modifications and additions to the file contributed by third parties @@ -58,7 +58,7 @@ max_len elements - the oldest will be deleted. %python_expand %fdupes %{buildroot}%{$python_sitelib} %check -%pytest +%pytest -k "not test_repr" %files %{python_files} %license LICENSE