SHA256
1
0
forked from pool/python-isort

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
This commit is contained in:
Benjamin Greiner 2023-08-30 08:23:34 +00:00 committed by Git OBS Bridge
parent 16ba63d623
commit fabc13f91e
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