forked from pool/python-isort
- skip a flaky test gh#PyCQA/isort#1466
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-isort?expand=0&rev=61
This commit is contained in:
parent
338f5b7682
commit
846c856f95
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 8 14:08:11 UTC 2020 - Benjamin Greiner <code@bnavigator.de>
|
||||
|
||||
- skip a flaky test gh#PyCQA/isort#1466
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 8 10:45:42 UTC 2020 - Benjamin Greiner <code@bnavigator.de>
|
||||
|
||||
|
@ -120,9 +120,12 @@ done
|
||||
}
|
||||
# test_projects_using_isort.py: these tests try to clone from
|
||||
# online git repositories.
|
||||
# test_settung_combinations.py::test_isort_is_idempotent
|
||||
# is flaky https://github.com/PyCQA/isort/issues/1466
|
||||
%{pytest -W "ignore::UserWarning" \
|
||||
-W "ignore::DeprecationWarning" \
|
||||
--ignore tests/integration/test_projects_using_isort.py
|
||||
--ignore tests/integration/test_projects_using_isort.py \
|
||||
-k "not (test_setting_combinations and test_isort_is_idempotent)"
|
||||
}
|
||||
%endif
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user