From ef26b2ca754d6f67d3acdcce14e7bae967b14f70120c1e556068d4c1baab7563 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Thu, 24 Oct 2019 18:08:12 +0000 Subject: [PATCH] - Skip TestSetupReadline.test_import because of gh#davidhalter/jedi#1429 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jedi?expand=0&rev=46 --- python-jedi.changes | 5 +++++ python-jedi.spec | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/python-jedi.changes b/python-jedi.changes index b66b049..d4c1cde 100644 --- a/python-jedi.changes +++ b/python-jedi.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Oct 24 20:07:37 CEST 2019 - Matej Cepl + +- Skip TestSetupReadline.test_import because of gh#davidhalter/jedi#1429 + ------------------------------------------------------------------- Thu Sep 12 17:43:32 UTC 2019 - Tomáš Chvátal diff --git a/python-jedi.spec b/python-jedi.spec index d84ba35..f25000e 100644 --- a/python-jedi.spec +++ b/python-jedi.spec @@ -69,7 +69,8 @@ export LANG="en_US.UTF-8" # in OBS venv isn't working and builtin completion tests dont work with unbundled typeshed # test_static_analysis is flaky # test_os_path_join is time based -%pytest -k "not (test_venv_and_pths or test_completion or test_builtin_details or test_static_analysis or test_os_path_join)" +# test_import gh#davidhalter/jedi#1429 +%pytest -k "not (test_venv_and_pths or test_completion or test_builtin_details or test_static_analysis or test_os_path_join or test_import)" %files %{python_files} %doc AUTHORS.txt CHANGELOG.rst README.rst