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:
parent
16ba63d623
commit
fabc13f91e
@ -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>
|
Tue May 9 04:57:51 UTC 2023 - Johannes Kastl <kastl@b1-systems.de>
|
||||||
|
|
||||||
|
@ -110,6 +110,8 @@ ignoretests+=" --ignore tests/benchmark"
|
|||||||
# test_setting_combinations.py::test_isort_is_idempotent
|
# test_setting_combinations.py::test_isort_is_idempotent
|
||||||
# is flaky https://github.com/PyCQA/isort/issues/1466
|
# is flaky https://github.com/PyCQA/isort/issues/1466
|
||||||
donttest="(test_setting_combinations and test_isort_is_idempotent)"
|
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.
|
# The package python-requirementslib is not available anymore.
|
||||||
# It's a deprecated finder for isort so we drop it
|
# It's a deprecated finder for isort so we drop it
|
||||||
# https://github.com/sarugaku/requirementslib/issues/288
|
# https://github.com/sarugaku/requirementslib/issues/288
|
||||||
|
Loading…
x
Reference in New Issue
Block a user