From 25fb0692bd2796a609cbfa0851bc66d6092cb8f7c1d355431fec5183f130bc4c Mon Sep 17 00:00:00 2001 From: Benjamin Greiner Date: Wed, 20 Mar 2024 16:47:38 +0000 Subject: [PATCH] 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 --- python-python-lsp-black.changes | 6 ++++++ python-python-lsp-black.spec | 4 +++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/python-python-lsp-black.changes b/python-python-lsp-black.changes index 30092ca..0039305 100644 --- a/python-python-lsp-black.changes +++ b/python-python-lsp-black.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Mar 20 16:46:44 UTC 2024 - Ben Greiner + +- 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 diff --git a/python-python-lsp-black.spec b/python-python-lsp-black.spec index 6dd6b44..bf80b22 100644 --- a/python-python-lsp-black.spec +++ b/python-python-lsp-black.spec @@ -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