SHA256
1
0
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:
Benjamin Greiner 2020-09-08 14:15:58 +00:00 committed by Git OBS Bridge
parent 338f5b7682
commit 846c856f95
2 changed files with 9 additions and 1 deletions

View File

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

View File

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