Accepting request 1108059 from devel:languages:python

- Skip failing test with hypothesis gh#PyCQA/isort#2171 (forwarded request 1108058 from bnavigator)

OBS-URL: https://build.opensuse.org/request/show/1108059
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-isort?expand=0&rev=40
This commit is contained in:
Ana Guerrero 2023-08-31 11:45:38 +00:00 committed by Git OBS Bridge
commit 97d5232974
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Aug 30 08:21:33 UTC 2023 - Ben Greiner <code@bnavigator.de>
- Skip failing test with hypothesis gh#PyCQA/isort#2171
-------------------------------------------------------------------
Tue May 9 04:57:51 UTC 2023 - Johannes Kastl <kastl@b1-systems.de>

View File

@ -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