forked from pool/python-python-lsp-black
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:
parent
272d8dd5c4
commit
25fb0692bd
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user