forked from pool/python-Pympler
Accepting request 1226793 from 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/1226793 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Pympler?expand=0&rev=10
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 25 17:03:38 UTC 2024 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||
|
||||
- Disable test_otracker_diff on aarch64 as it randomly makes the
|
||||
check to fail due to worker slowness
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 24 10:17:21 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
|
||||
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user