Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-pylint for openSUSE:Factory checked in at 2023-06-01 17:21:15 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-pylint (Old) and /work/SRC/openSUSE:Factory/.python-pylint.new.2531 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pylint" Thu Jun 1 17:21:15 2023 rev:37 rq:1090268 version:2.17.4 Changes: -------- --- /work/SRC/openSUSE:Factory/python-pylint/python-pylint.changes 2023-05-16 14:27:17.983698506 +0200 +++ /work/SRC/openSUSE:Factory/.python-pylint.new.2531/python-pylint.changes 2023-06-01 17:21:15.950781187 +0200 @@ -1,0 +2,5 @@ +Thu Jun 1 07:23:25 UTC 2023 - Ben Greiner <[email protected]> + +- Update test setup: rerun flaky pyreverse tests + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-pylint.spec ++++++ --- /var/tmp/diff_new_pack.E6HlbY/_old 2023-06-01 17:21:16.402783866 +0200 +++ /var/tmp/diff_new_pack.E6HlbY/_new 2023-06-01 17:21:16.410783913 +0200 @@ -59,7 +59,7 @@ # /SECTION # SECTION test deps BuildRequires: %{python_module GitPython > 3} -BuildRequires: %{python_module pytest-benchmark} +BuildRequires: %{python_module pytest-rerunfailures} BuildRequires: %{python_module pytest-timeout} BuildRequires: %{python_module pytest-xdist} BuildRequires: %{python_module pytest} @@ -106,7 +106,8 @@ %if %{with tests} %check export LC_ALL="en_US.UTF-8" -%pytest %{?jobs:-n %jobs} --benchmark-disable -k "not test_linter_with_unpickleable_plugins_is_pickleable" +# reruns: tests/pyreverse is incredibly non-deterministic in failures +%pytest -n auto --ignore tests/benchmark --reruns 5 -rsfER -k "not test_linter_with_unpickleable_plugins_is_pickleable" %endif %post
