Hello community, here is the log from the commit of package python-jedi for openSUSE:Factory checked in at 2019-11-04 17:08:57 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-jedi (Old) and /work/SRC/openSUSE:Factory/.python-jedi.new.2990 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-jedi" Mon Nov 4 17:08:57 2019 rev:16 rq:742710 version:0.15.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-jedi/python-jedi.changes 2019-09-23 12:09:17.573886720 +0200 +++ /work/SRC/openSUSE:Factory/.python-jedi.new.2990/python-jedi.changes 2019-11-04 17:08:58.796426091 +0100 @@ -1,0 +2,5 @@ +Thu Oct 24 20:07:37 CEST 2019 - Matej Cepl <[email protected]> + +- Skip TestSetupReadline.test_import because of gh#davidhalter/jedi#1429 + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-jedi.spec ++++++ --- /var/tmp/diff_new_pack.4iI1bO/_old 2019-11-04 17:08:59.448426787 +0100 +++ /var/tmp/diff_new_pack.4iI1bO/_new 2019-11-04 17:08:59.456426796 +0100 @@ -69,7 +69,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
