diff --git a/python-jedi.changes b/python-jedi.changes index 459b46c..5f441b3 100644 --- a/python-jedi.changes +++ b/python-jedi.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sun Mar 27 18:44:40 UTC 2022 - Ben Greiner + +- Skip two test failing with pytest 7.1 -- gh#davidhalter/jedi#1846 + ------------------------------------------------------------------- Mon Jan 10 23:17:12 UTC 2022 - Benjamin Greiner diff --git a/python-jedi.spec b/python-jedi.spec index 90ecde7..04799e4 100644 --- a/python-jedi.spec +++ b/python-jedi.spec @@ -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_speed" 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}