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
This commit is contained in:
parent
18abbd5a8f
commit
f7fac3330d
@ -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>
|
||||
|
||||
|
@ -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}
|
||||
|
Loading…
x
Reference in New Issue
Block a user