From 0b64c0b57acdf6e9307e77d69a34a448812069e8ae31ca2e124418b7f277fea7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Thu, 12 Sep 2019 17:51:23 +0000 Subject: [PATCH] - Skip test test_pipfile_finder upstream is aware for 6 months and just pinned older version of tomlkit OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-isort?expand=0&rev=32 --- python-isort.changes | 6 ++++++ python-isort.spec | 3 ++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/python-isort.changes b/python-isort.changes index 3e8b681..900f8ce 100644 --- a/python-isort.changes +++ b/python-isort.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Sep 12 17:51:02 UTC 2019 - Tomáš Chvátal + +- Skip test test_pipfile_finder upstream is aware for 6 months + and just pinned older version of tomlkit + ------------------------------------------------------------------- Sun Jun 30 13:17:40 UTC 2019 - Sebastian Wagner diff --git a/python-isort.spec b/python-isort.spec index eda329b..27a26d6 100644 --- a/python-isort.spec +++ b/python-isort.spec @@ -84,8 +84,9 @@ chmod -x LICENSE %endif %check +# test_pipfile_finder - broken upstrem in tomlkit %if %{with test} -%pytest -k 'not (test_settings_path_skip_issue_909 or test_standard_library_deprecates_user_issue_778 or test_skip_paths_issue_938 or test_requirements_finder)' +%pytest -k 'not (test_settings_path_skip_issue_909 or test_standard_library_deprecates_user_issue_778 or test_skip_paths_issue_938 or test_requirements_finder or test_pipfile_finder)' %endif %if !%{with test}