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 2022-08-25 15:09:19 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-isort (Old) and /work/SRC/openSUSE:Factory/.python-isort.new.2083 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-isort" Thu Aug 25 15:09:19 2022 rev:36 rq:999112 version:5.10.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-isort/python-isort.changes 2022-08-12 17:46:16.438058826 +0200 +++ /work/SRC/openSUSE:Factory/.python-isort.new.2083/python-isort.changes 2022-08-25 15:09:33.861274706 +0200 @@ -1,0 +2,5 @@ +Fri Aug 19 09:44:13 UTC 2022 - Ben Greiner <[email protected]> + +- Revert removal of pylama tests, we drop out of Ring1 instead + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-isort.spec ++++++ --- /var/tmp/diff_new_pack.Y1W1Dm/_old 2022-08-25 15:09:34.469275991 +0200 +++ /var/tmp/diff_new_pack.Y1W1Dm/_new 2022-08-25 15:09:34.477276008 +0200 @@ -57,6 +57,7 @@ BuildRequires: %{python_module pip-api} BuildRequires: %{python_module pipreqs} BuildRequires: %{python_module poetry} +BuildRequires: %{python_module pylama} BuildRequires: %{python_module pytest > 6.0} BuildRequires: %{python_module pytest-mock} BuildRequires: %{python_module toml >= 0.10.2} @@ -91,8 +92,6 @@ sed -i 's/natsort = "^/natsort = ">=/' example_isort_sorting_plugin/pyproject.toml # unpin black in example plugin sed -i 's/black = "^/black = ">=/' example_isort_formatting_plugin/pyproject.toml -# don't test pylama plugin -sed -i '/import isort.pylama_isort/d' tests/unit/test_importable.py %build %pyproject_wheel @@ -111,8 +110,6 @@ ignoretests="--ignore tests/integration/test_projects_using_isort.py" # don't run benchmarks ignoretests+=" --ignore tests/benchmark" -# no pylama in Ring1 desired -ignoretests+=" --ignore tests/unit/test_pylama_isort.py" # test_setting_combinations.py::test_isort_is_idempotent # is flaky https://github.com/PyCQA/isort/issues/1466 donttest="(test_setting_combinations and test_isort_is_idempotent)"
