15
0

Accepting request 1226507 from home:Guillaume_G:branches:devel:languages:python

- Disable test_otracker_diff on aarch64 as it randomly makes the
  check to fail due to worker slowness

OBS-URL: https://build.opensuse.org/request/show/1226507
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Pympler?expand=0&rev=28
This commit is contained in:
2024-11-27 06:01:23 +00:00
committed by Git OBS Bridge
parent 24605fde0a
commit 100cdc36e7
2 changed files with 10 additions and 0 deletions

View File

@@ -72,6 +72,10 @@ 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"
%endif
%pytest -k "not ($skiptests)"
%files %{python_files}