From 9ac3f389e73a72d0d5e6ada3f4dde99ed079a987370a0d60f46d61ea5cedea35 Mon Sep 17 00:00:00 2001 From: Benjamin Greiner Date: Sun, 27 Mar 2022 18:55:19 +0000 Subject: [PATCH] Accepting request 965225 from home:bnavigator:branches:devel:languages:python - Skip two test failing with pytest 7.1 -- gh#davidhalter/jedi#1846 OBS-URL: https://build.opensuse.org/request/show/965225 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jedi?expand=0&rev=91 --- python-jedi.changes | 5 +++++ python-jedi.spec | 6 +++++- 2 files changed, 10 insertions(+), 1 deletion(-) 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}