diff --git a/python-isort.changes b/python-isort.changes index 476c0bc..c6411a7 100644 --- a/python-isort.changes +++ b/python-isort.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Feb 27 08:59:27 UTC 2024 - Ben Greiner + +- Disable black output test: gh#PyCQA/isort#2233 + ------------------------------------------------------------------- Mon Jan 15 17:50:47 UTC 2024 - Antonio Larrosa diff --git a/python-isort.spec b/python-isort.spec index 9a535d6..baf632b 100644 --- a/python-isort.spec +++ b/python-isort.spec @@ -131,6 +131,8 @@ donttest+=" or (test_hypothesmith and test_isort_is_idempotent)" # It's a deprecated finder for isort so we drop it # https://github.com/sarugaku/requirementslib/issues/288 donttest+=" or (test_deprecated_finders and test_pipfile_finder)" +# https://github.com/PyCQA/isort/issues/2233 +donttest+=" or test_black_pyi_file" ORIGPATH=$PATH %{python_expand # install isort and required example projects into custom root