mirror of
https://github.com/explosion/spaCy.git
synced 2025-08-09 22:54:53 +03:00
Update spacy/tests/test_parallel.py
Co-authored-by: Raphael Mitsch <r.mitsch@outlook.com>
This commit is contained in:
parent
fd8dbfd5b5
commit
5fad119f3e
|
@ -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 = """
|
||||
|
|
Loading…
Reference in New Issue
Block a user