From 5fad119f3e8cfc2c71190143986067a96d44fe25 Mon Sep 17 00:00:00 2001 From: Richard Hudson Date: Fri, 22 Jul 2022 22:42:11 +0200 Subject: [PATCH] Update spacy/tests/test_parallel.py Co-authored-by: Raphael Mitsch --- spacy/tests/test_parallel.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spacy/tests/test_parallel.py b/spacy/tests/test_parallel.py index 1d21984fe..5fadebb88 100644 --- a/spacy/tests/test_parallel.py +++ b/spacy/tests/test_parallel.py @@ -184,7 +184,7 @@ def test_project_run_multiprocessing_max_processes_good_case(max_parallel_proces @pytest.mark.parametrize("failing_command", ["python", "someNotExistentOSCommand"]) -def test_project_run_multiprocessing_failure(failing_command:str): +def test_project_run_multiprocessing_failure(failing_command: str): with make_tempdir() as d: pscript = """