17
0

- ignore testresults from test_numbits, fails sometimes because of slow

hypothesis performance on i586 (bsc#1251955)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-coverage?expand=0&rev=152
This commit is contained in:
2025-10-20 12:34:41 +00:00
committed by Git OBS Bridge
parent cde544897a
commit 87555074e4
2 changed files with 10 additions and 0 deletions

View File

@@ -130,6 +130,10 @@ donttest+=" or test_process"
donttest+=" or test_plugins"
# asserts PYTHONPATH is empty, which it can't be
donttest+=" or test_report_wildcard or test_run_omit_vs_report_omit"
%ifarch i586
# flaky due to bad hypothesis performance
donttest+=" or test_numbits.py"
%endif
%pytest_arch -n auto --no-flaky-report -k "$donttest" -rp ||:
%pytest_arch -n auto --no-flaky-report -k "not ($donttest)"