diff --git a/python-isort.changes b/python-isort.changes index 267fcfc..b749b3b 100644 --- a/python-isort.changes +++ b/python-isort.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Sep 8 14:08:11 UTC 2020 - Benjamin Greiner + +- skip a flaky test gh#PyCQA/isort#1466 + ------------------------------------------------------------------- Tue Sep 8 10:45:42 UTC 2020 - Benjamin Greiner diff --git a/python-isort.spec b/python-isort.spec index 2e22425..f1f4051 100644 --- a/python-isort.spec +++ b/python-isort.spec @@ -120,9 +120,12 @@ done } # test_projects_using_isort.py: these tests try to clone from # online git repositories. +# test_settung_combinations.py::test_isort_is_idempotent +# is flaky https://github.com/PyCQA/isort/issues/1466 %{pytest -W "ignore::UserWarning" \ -W "ignore::DeprecationWarning" \ - --ignore tests/integration/test_projects_using_isort.py + --ignore tests/integration/test_projects_using_isort.py \ + -k "not (test_setting_combinations and test_isort_is_idempotent)" } %endif