Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-opencensus for openSUSE:Factory checked in at 2025-03-03 16:05:34 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-opencensus (Old) and /work/SRC/openSUSE:Factory/.python-opencensus.new.19136 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-opencensus" Mon Mar 3 16:05:34 2025 rev:7 rq:1249676 version:0.11.4 Changes: -------- --- /work/SRC/openSUSE:Factory/python-opencensus/python-opencensus.changes 2024-04-09 16:53:02.488937715 +0200 +++ /work/SRC/openSUSE:Factory/.python-opencensus.new.19136/python-opencensus.changes 2025-03-03 16:05:47.448910563 +0100 @@ -1,0 +2,5 @@ +Fri Feb 28 14:45:01 UTC 2025 - Nico Krapp <nico.kr...@suse.com> + +- disable test broken in build env + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-opencensus.spec ++++++ --- /var/tmp/diff_new_pack.vjwAka/_old 2025-03-03 16:05:49.196983693 +0100 +++ /var/tmp/diff_new_pack.vjwAka/_new 2025-03-03 16:05:49.212984362 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-opencensus # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2025 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -84,7 +84,8 @@ %check %if %{with test} # recursion error in mock != 3; gh#census-instrumentation/opencensus-python#868 -donttest="TestGetExporterThreadPeriodic and (test_multiple_producers or test_threaded_export)" +# test_create_from_traceback fails because paths are limited to 256 bytes and the path in the build env is too long. +donttest="TestGetExporterThreadPeriodic and (test_multiple_producers or test_threaded_export) or test_create_from_traceback" %pytest tests/unit -k "not ($donttest)" %endif