Hello community, here is the log from the commit of package python-jedi for openSUSE:Factory checked in at 2019-09-23 12:09:15 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-jedi (Old) and /work/SRC/openSUSE:Factory/.python-jedi.new.7948 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-jedi" Mon Sep 23 12:09:15 2019 rev:15 rq:730454 version:0.15.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-jedi/python-jedi.changes 2019-09-07 12:31:12.193689463 +0200 +++ /work/SRC/openSUSE:Factory/.python-jedi.new.7948/python-jedi.changes 2019-09-23 12:09:17.573886720 +0200 @@ -1,0 +2,10 @@ +Thu Sep 12 17:43:32 UTC 2019 - Tomáš Chvátal <[email protected]> + +- Skip another time based test test_os_path_join + +------------------------------------------------------------------- +Wed Sep 11 12:03:10 UTC 2019 - Tomáš Chvátal <[email protected]> + +- Skip flaky test test_static_analysis + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-jedi.spec ++++++ --- /var/tmp/diff_new_pack.ZZNXBl/_old 2019-09-23 12:09:18.373886587 +0200 +++ /var/tmp/diff_new_pack.ZZNXBl/_new 2019-09-23 12:09:18.373886587 +0200 @@ -67,7 +67,9 @@ export PYTHONDONTWRITEBYTECODE=1 export LANG="en_US.UTF-8" # in OBS venv isn't working and builtin completion tests dont work with unbundled typeshed -%pytest -k "not test_venv_and_pths and not test_completion and not test_builtin_details" +# 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)" %files %{python_files} %doc AUTHORS.txt CHANGELOG.rst README.rst
