From 8483a72c7d0151af679a0e499381fa1b64ba1377de0170995d94f3b1e02b37f8 Mon Sep 17 00:00:00 2001 From: Benjamin Greiner Date: Tue, 27 Feb 2024 09:15:19 +0000 Subject: [PATCH] Accepting request 1152080 from home:bnavigator:branches:devel:languages:python - Disable black output test: gh#PyCQA/isort#2233 OBS-URL: https://build.opensuse.org/request/show/1152080 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-isort?expand=0&rev=115 --- python-isort.changes | 5 +++++ python-isort.spec | 2 ++ 2 files changed, 7 insertions(+) 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