15
0
2025-08-12 02:57:11 +00:00
committed by Git OBS Bridge
parent 26fe59a53b
commit 5c5f8af59e
2 changed files with 7 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Aug 12 02:56:56 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
- Pass asyncio-mode to pytest.
-------------------------------------------------------------------
Mon Apr 28 14:00:11 UTC 2025 - Dirk Müller <dmueller@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-circuitbreaker
#
# 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
@@ -53,6 +53,7 @@ Python implementation of the "Circuit Breaker" Pattern
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
export PYTEST_ADDOPTS="--asyncio-mode=auto"
%pytest
%files %{python_files}