14
0

Accepting request 1286564 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/1286564
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-opentelemetry-sdk?expand=0&rev=12
This commit is contained in:
2025-06-18 20:28:41 +00:00
committed by Git OBS Bridge
2 changed files with 9 additions and 1 deletions

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Jun 18 07:39:44 UTC 2025 - Matej Cepl <mcepl@cepl.eu>
- Skip test test_simple_log_record_processor_shutdown failing
with 3.13.5 (gh#open-telemetry/opentelemetry-python#4630).
-------------------------------------------------------------------
Fri Jun 13 06:37:07 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>

View File

@@ -68,7 +68,9 @@ OpenTelemetry Python SDK for the OpenTelemetry Project <https://opentelemetry.io
%check
%if %{with test}
rm -rvf tests/performance tests/trace/test_trace.py
%pytest
# gh#open-telemetry/opentelemetry-python#4630
skipttest="test_simple_log_record_processor_shutdown"
%pytest -k "not ($skipttest)"
%endif
%if !%{with test}