Accepting request 965226 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/965226
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-jedi?expand=0&rev=32
This commit is contained in:
Dominique Leuenberger 2022-03-29 16:14:12 +00:00 committed by Git OBS Bridge
commit 050582177a
2 changed files with 10 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sun Mar 27 18:44:40 UTC 2022 - Ben Greiner <code@bnavigator.de>
- Skip two test failing with pytest 7.1 -- gh#davidhalter/jedi#1846
-------------------------------------------------------------------
Mon Jan 10 23:17:12 UTC 2022 - Benjamin Greiner <code@bnavigator.de>

View File

@ -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}