1
0

Accepting request 1159902 from devel:languages:python

- Skip syntax error test, failig with black 24.3
  * gh#python-lsp/python-lsp-black#57 (forwarded request 1159901 from bnavigator)

OBS-URL: https://build.opensuse.org/request/show/1159902
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-python-lsp-black?expand=0&rev=10
This commit is contained in:
2024-03-20 20:19:00 +00:00
committed by Git OBS Bridge
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