15
0

Accepting request 1146401 from devel:languages:python

- Skip broken test "test_repr" in python3.12+

OBS-URL: https://build.opensuse.org/request/show/1146401
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-expiringdict?expand=0&rev=5
This commit is contained in:
2024-02-13 21:44:36 +00:00
committed by Git OBS Bridge
2 changed files with 7 additions and 2 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Feb 13 13:07:40 UTC 2024 - Daniel Garcia <daniel.garcia@suse.com>
- Skip broken test "test_repr" in python3.12+
-------------------------------------------------------------------
Wed Oct 12 03:07:25 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>

View File

@@ -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 <mardnh@gmx.de>
#
# 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