forked from pool/python-opentelemetry-sdk
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:
@@ -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>
|
Fri Jun 13 06:37:07 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
|
||||||
|
|
||||||
|
@@ -68,7 +68,9 @@ OpenTelemetry Python SDK for the OpenTelemetry Project <https://opentelemetry.io
|
|||||||
%check
|
%check
|
||||||
%if %{with test}
|
%if %{with test}
|
||||||
rm -rvf tests/performance tests/trace/test_trace.py
|
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
|
%endif
|
||||||
|
|
||||||
%if !%{with test}
|
%if !%{with test}
|
||||||
|
Reference in New Issue
Block a user