diff --git a/python-isort.changes b/python-isort.changes index 87923fc..aa54531 100644 --- a/python-isort.changes +++ b/python-isort.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Aug 30 08:21:33 UTC 2023 - Ben Greiner + +- Skip failing test with hypothesis gh#PyCQA/isort#2171 + ------------------------------------------------------------------- Tue May 9 04:57:51 UTC 2023 - Johannes Kastl diff --git a/python-isort.spec b/python-isort.spec index 887fb40..619a010 100644 --- a/python-isort.spec +++ b/python-isort.spec @@ -110,6 +110,8 @@ ignoretests+=" --ignore tests/benchmark" # 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)" +# https://github.com/PyCQA/isort/issues/2171 +donttest+=" or (test_hypothesmith and test_isort_is_idempotent)" # The package python-requirementslib is not available anymore. # It's a deprecated finder for isort so we drop it # https://github.com/sarugaku/requirementslib/issues/288