Accepting request 1086078 from devel:languages:python

- Skip a test failing with attrs 23.1
  * gh#davidhalter/jedi#1929

OBS-URL: https://build.opensuse.org/request/show/1086078
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-jedi?expand=0&rev=38
This commit is contained in:
Dominique Leuenberger 2023-05-11 10:31:58 +00:00 committed by Git OBS Bridge
commit 1b171054aa
2 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed May 10 12:13:38 UTC 2023 - Ben Greiner <code@bnavigator.de>
- Skip a test failing with attrs 23.1
* gh#davidhalter/jedi#1929
-------------------------------------------------------------------
Fri Apr 21 12:27:27 UTC 2023 - Dirk Müller <dmueller@suse.com>

View File

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