f'--basetemp={paths.BUILD_DIR / "_tmp"}', | f'--basetemp={paths.BUILD_DIR / "_tmp"}', | ||||
'-n', | '-n', | ||||
str(multiprocessing.cpu_count() + 2), | str(multiprocessing.cpu_count() + 2), | ||||
'--basetemp=/tmp', # Force to use a top-level /tmp dir. On Windows this prevents paths from begin too long | |||||
'tests/', | 'tests/', | ||||
]) | ]) | ||||