Accepting request 1227178 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/1227178
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Pympler?expand=0&rev=11
This commit is contained in:
Ana Guerrero 2024-11-30 12:27:19 +00:00 committed by Git OBS Bridge
commit b6cd8e8d89
2 changed files with 11 additions and 3 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Nov 28 11:42:05 UTC 2024 - Andreas Schwab <schwab@suse.de>
- Set COVERAGE to skip expensive tests
- Skip test_snapshot_members in qemu build
-------------------------------------------------------------------
Mon Nov 25 17:03:38 UTC 2024 - Guillaume GARDET <guillaume.gardet@opensuse.org>

View File

@ -72,10 +72,12 @@ skiptests+=" or test_findgarbage or test_prune or test_get_tree"
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}