- Skip the requirementslib tests on python310 too
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-isort?expand=0&rev=86
This commit is contained in:
parent
b5fef4efae
commit
729fb80108
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Dec 19 17:58:05 UTC 2021 - Ben Greiner <code@bnavigator.de>
|
||||||
|
|
||||||
|
- Skip the requirementslib tests on python310 too
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Nov 14 21:09:12 UTC 2021 - Sebastian Wagner <sebix+novell.com@sebix.at>
|
Sun Nov 14 21:09:12 UTC 2021 - Sebastian Wagner <sebix+novell.com@sebix.at>
|
||||||
|
|
||||||
|
@ -110,9 +110,10 @@ 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)"
|
||||||
# requirementslib is not available yet for python39
|
# requirementslib is not available yet for python39 or greater
|
||||||
# https://github.com/sarugaku/requirementslib/issues/288
|
# https://github.com/sarugaku/requirementslib/issues/288
|
||||||
python39_donttest=" or (test_deprecated_finders and test_pipfile_finder)"
|
python39_donttest=" or (test_deprecated_finders and test_pipfile_finder)"
|
||||||
|
python310_donttest="${python39_donttest}"
|
||||||
|
|
||||||
ORIGPATH=$PATH
|
ORIGPATH=$PATH
|
||||||
%{python_expand # install isort and required example projects into custom root
|
%{python_expand # install isort and required example projects into custom root
|
||||||
|
Loading…
x
Reference in New Issue
Block a user