From 729fb80108fc55abf4998e83259d9545c8ed31d7c009dac4ab0cb24389539398 Mon Sep 17 00:00:00 2001 From: Benjamin Greiner Date: Sun, 19 Dec 2021 18:10:33 +0000 Subject: [PATCH] - Skip the requirementslib tests on python310 too OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-isort?expand=0&rev=86 --- python-isort.changes | 5 +++++ python-isort.spec | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/python-isort.changes b/python-isort.changes index 21aea69..ac0e5d5 100644 --- a/python-isort.changes +++ b/python-isort.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sun Dec 19 17:58:05 UTC 2021 - Ben Greiner + +- Skip the requirementslib tests on python310 too + ------------------------------------------------------------------- Sun Nov 14 21:09:12 UTC 2021 - Sebastian Wagner diff --git a/python-isort.spec b/python-isort.spec index 45bd7c0..8f3ee22 100644 --- a/python-isort.spec +++ b/python-isort.spec @@ -110,9 +110,10 @@ 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)" -# requirementslib is not available yet for python39 +# requirementslib is not available yet for python39 or greater # https://github.com/sarugaku/requirementslib/issues/288 python39_donttest=" or (test_deprecated_finders and test_pipfile_finder)" +python310_donttest="${python39_donttest}" ORIGPATH=$PATH %{python_expand # install isort and required example projects into custom root