Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-isort for openSUSE:Factory checked in at 2021-11-03 17:25:17 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-isort (Old) and /work/SRC/openSUSE:Factory/.python-isort.new.1890 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-isort" Wed Nov 3 17:25:17 2021 rev:28 rq:928403 version:5.9.3 Changes: -------- --- /work/SRC/openSUSE:Factory/python-isort/python-isort.changes 2021-08-11 11:47:25.145731927 +0200 +++ /work/SRC/openSUSE:Factory/.python-isort.new.1890/python-isort.changes 2021-11-03 17:25:51.333323757 +0100 @@ -1,0 +2,6 @@ +Sun Oct 31 16:49:09 UTC 2021 - Ben Greiner <[email protected]> + +- Use custom hypothesis profile obs in order to suppress failing + health checks + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-isort.spec ++++++ --- /var/tmp/diff_new_pack.5MCt47/_old 2021-11-03 17:25:51.769323995 +0100 +++ /var/tmp/diff_new_pack.5MCt47/_new 2021-11-03 17:25:51.773323998 +0100 @@ -80,6 +80,16 @@ %setup -q -n isort-%{version} chmod -x LICENSE +echo " +# increase test deadline for slow obs executions +import hypothesis +hypothesis.settings.register_profile( + 'obs', + deadline=5000, + suppress_health_check=[hypothesis.HealthCheck.too_slow] +) +" >> tests/conftest.py + %build %pyproject_wheel @@ -131,6 +141,7 @@ pytest-%{$python_bin_suffix} -v \ -W "ignore::UserWarning" \ -W "ignore::DeprecationWarning" \ + --hypothesis-profile="obs" \ ${ignoretests} \ -k "not (${donttest} ${$python_donttest})" }
