From 1880496acc8383848692d4bb8dbfc96f87c93162 Mon Sep 17 00:00:00 2001 From: umarcor Date: Thu, 23 Sep 2021 02:03:09 +0200 Subject: testsuite/pyunit/lsp/LanguageServer: fix pasto --- testsuite/pyunit/lsp/LanguageServer.py | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) (limited to 'testsuite') diff --git a/testsuite/pyunit/lsp/LanguageServer.py b/testsuite/pyunit/lsp/LanguageServer.py index 8bde14054..ad55439e1 100644 --- a/testsuite/pyunit/lsp/LanguageServer.py +++ b/testsuite/pyunit/lsp/LanguageServer.py @@ -150,11 +150,7 @@ class JSONTest(TestCase): self.assertIsNone(rep, "Too many replies.") if errs != 0: - print( - "FAILURE between output and {!s} (for {!s})".format( - responseFile, requestFile - ) - ) + print("FAILURE between output and {!s} (for {!s})".format(responseFile, requestFile)) print("Writing result output to result.json") with open("result.json", "w") as f: f.write(json_dumps(json_res, indent=2)) @@ -193,11 +189,7 @@ class Test003_Errors(JSONTest): self._RequestResponse("cmds.json", "replies.json") - -@mark.xfail( - platform == 'win32' and ('MINGW_PREFIX' not in environ), - reason="needs OpenSSL", -) +@mark.xfail(platform == "win32" and ("MINGW_PREFIX" not in environ), reason="FIXME") class Test004_Error_Project(JSONTest): subdir = Path("004errprj") -- cgit v1.2.3