From a29758245bc4cc9f646578c2ff09334d307853595d5d358de47559a328065632 Mon Sep 17 00:00:00 2001 From: Steve Kowalik Date: Thu, 14 Aug 2025 02:41:43 +0000 Subject: [PATCH] - Skip a test that breaks with pytest 8.4.1. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-promise?expand=0&rev=19 --- python-promise.changes | 5 +++++ python-promise.spec | 5 ++--- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/python-promise.changes b/python-promise.changes index fa5b8da..e10d075 100644 --- a/python-promise.changes +++ b/python-promise.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Aug 14 02:40:52 UTC 2025 - Steve Kowalik + +- Skip a test that breaks with pytest 8.4.1. + ------------------------------------------------------------------- Tue Jun 3 12:26:19 UTC 2025 - Markéta Machová diff --git a/python-promise.spec b/python-promise.spec index d75cad4..b2961f9 100644 --- a/python-promise.spec +++ b/python-promise.spec @@ -1,7 +1,7 @@ # # spec file for package python-promise # -# Copyright (c) 2025 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 @@ -22,7 +22,6 @@ Version: 2.3.0 Release: 0 Summary: Promises/A+ implementation for Python License: MIT -Group: Development/Languages/Python URL: https://github.com/syrusakbary/promise Source: https://github.com/syrusakbary/promise/archive/v%{version}.tar.gz#/promise-%{version}.tar.gz # PATCH-FIX-UPSTREAM gh#syrusakbary/promise#96 @@ -56,7 +55,7 @@ This is an implementation of Promises in Python %python_expand %fdupes %{buildroot}%{$python_sitelib} %check -%pytest +%pytest -k 'not test_issue_9_safe' %files %{python_files} %doc README.rst