1
0

Accepting request 1159901 from home:bnavigator:branches:devel:languages:python

- Skip syntax error test, failig with black 24.3
  * gh#python-lsp/python-lsp-black#57

OBS-URL: https://build.opensuse.org/request/show/1159901
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-lsp-black?expand=0&rev=20
This commit is contained in:
Benjamin Greiner 2024-03-20 16:47:38 +00:00 committed by Git OBS Bridge
parent 272d8dd5c4
commit 25fb0692bd
2 changed files with 9 additions and 1 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Mar 20 16:46:44 UTC 2024 - Ben Greiner <code@bnavigator.de>
- Skip syntax error test, failig with black 24.3
* gh#python-lsp/python-lsp-black#57
-------------------------------------------------------------------
Sun Mar 3 11:20:47 UTC 2024 - Ben Greiner <code@bnavigator.de>

View File

@ -68,7 +68,9 @@ To avoid unexpected results you should make sure yapf and autopep8 are not insta
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
%pytest
# New error with black 24.3.0 gh#python-lsp/python-lsp-black#57
donttest="test_pylsp_format and syntax_error"
%pytest -k "not ($donttest)"
%files %{python_files}
%doc README.md