diff --git a/python-jedi.changes b/python-jedi.changes index d4c1cde..be4d309 100644 --- a/python-jedi.changes +++ b/python-jedi.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Sat Nov 23 17:06:14 CET 2019 - Matej Cepl + +- So, this is completely boring, non-offensive changelog record, + which says, that I have also add previously missing skip over + test_compiled_signature test case, because of + gh#davidhalter/jedi#1429 + ------------------------------------------------------------------- Thu Oct 24 20:07:37 CEST 2019 - Matej Cepl diff --git a/python-jedi.spec b/python-jedi.spec index f25000e..f50a917 100644 --- a/python-jedi.spec +++ b/python-jedi.spec @@ -1,7 +1,7 @@ # # spec file for package python-jedi # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -69,8 +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 -# 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)" +# test_import and test_compiled_signature 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 or test_compiled_signature)" %files %{python_files} %doc AUTHORS.txt CHANGELOG.rst README.rst