Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-jedi for openSUSE:Factory checked in at 2022-03-29 18:14:12 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-jedi (Old) and /work/SRC/openSUSE:Factory/.python-jedi.new.1900 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-jedi" Tue Mar 29 18:14:12 2022 rev:32 rq:965226 version:0.18.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-jedi/python-jedi.changes 2022-01-11 21:20:41.297018698 +0100 +++ /work/SRC/openSUSE:Factory/.python-jedi.new.1900/python-jedi.changes 2022-03-29 18:14:27.091074751 +0200 @@ -1,0 +2,5 @@ +Sun Mar 27 18:44:40 UTC 2022 - Ben Greiner <[email protected]> + +- Skip two test failing with pytest 7.1 -- gh#davidhalter/jedi#1846 + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-jedi.spec ++++++ --- /var/tmp/diff_new_pack.GNjlo1/_old 2022-03-29 18:14:27.547075170 +0200 +++ /var/tmp/diff_new_pack.GNjlo1/_new 2022-03-29 18:14:27.551075173 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-jedi # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -70,6 +70,10 @@ skiptests+=" or test_init_extension_module" # https://github.com/davidhalter/jedi/issues/1824 skiptests+=" or (test_completion and lambdas and 112)" +# https://github.com/davidhalter/jedi/issues/1846 +skiptests+=" or (test_completion and conftest and 27)" +skiptests+=" or (test_completion and pytest and 142)" + %pytest -k "not ($skiptests)" %files %{python_files}
