From b788d53bc84005578c7cc4f8d55f123d1730c5076f159c6db9cbe7bd9bda4d44 Mon Sep 17 00:00:00 2001 From: Benjamin Greiner Date: Wed, 10 May 2023 12:13:31 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jedi?expand=0&rev=105 --- python-jedi.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/python-jedi.spec b/python-jedi.spec index 06e2be0..8e7bc86 100644 --- a/python-jedi.spec +++ b/python-jedi.spec @@ -84,6 +84,8 @@ skiptests+=" or (test_completion and conftest and 27)" skiptests+=" or (test_completion and pytest and 142)" # This fails on 15.4_py39 server-side but not locally (!?) skiptests+=" or test_get_default_environment_when_embedded" +# https://github.com/davidhalter/jedi/issues/1929 +skiptests+=" or test_attrs_signature" %pytest -k "not ($skiptests)" %files %{python_files}