Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-Pympler for openSUSE:Factory checked in at 2024-11-30 13:27:19 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-Pympler (Old) and /work/SRC/openSUSE:Factory/.python-Pympler.new.28523 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-Pympler" Sat Nov 30 13:27:19 2024 rev:11 rq:1227178 version:1.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-Pympler/python-Pympler.changes 2024-11-27 22:11:51.925789854 +0100 +++ /work/SRC/openSUSE:Factory/.python-Pympler.new.28523/python-Pympler.changes 2024-11-30 13:27:28.240767861 +0100 @@ -1,0 +2,6 @@ +Thu Nov 28 11:42:05 UTC 2024 - Andreas Schwab <sch...@suse.de> + +- Set COVERAGE to skip expensive tests +- Skip test_snapshot_members in qemu build + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-Pympler.spec ++++++ --- /var/tmp/diff_new_pack.ygV9q3/_old 2024-11-30 13:27:28.912795852 +0100 +++ /var/tmp/diff_new_pack.ygV9q3/_new 2024-11-30 13:27:28.912795852 +0100 @@ -72,10 +72,12 @@ skiptests+=" or test_findgarbage or test_prune or test_get_tree" # gh#pympler/pympler#163 skiptests+=" or test_edges_new or test_edges_old or test_split or test_traceback" -%if "%_arch" == "aarch64" -# Slow and OBS can kill it on some archs -skiptests+=" or test_otracker_diff" +%if 0%{?qemu_user_space_build} +# qemu does not implement process memory statistics +skiptests+=" or test_snapshot_members" %endif +# skip expensive tests +export COVERAGE=1 %pytest -k "not ($skiptests)" %files %{python_files}