Update spacy/tests/test_parallel.py

Co-authored-by: Raphael Mitsch <r.mitsch@outlook.com>
This commit is contained in:
Richard Hudson 2022-07-22 22:42:11 +02:00 committed by GitHub
parent fd8dbfd5b5
commit 5fad119f3e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 = """