From fabc13f91e702243d1829a8713dbb096b597a332e6c835efba46092e0c7c0782 Mon Sep 17 00:00:00 2001 From: Benjamin Greiner Date: Wed, 30 Aug 2023 08:23:34 +0000 Subject: [PATCH] Accepting request 1108058 from home:bnavigator:branches:devel:languages:python - Skip failing test with hypothesis gh#PyCQA/isort#2171 OBS-URL: https://build.opensuse.org/request/show/1108058 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-isort?expand=0&rev=109 --- python-isort.changes | 5 +++++ python-isort.spec | 2 ++ 2 files changed, 7 insertions(+) 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