This commit is contained in:
Bruno Oliveira
2019-11-04 16:42:28 -03:00
committed by GitHub
parent 2c6bc135d9
commit cd26963678

View File

@@ -129,7 +129,7 @@ Here is the code:
# pytest's fixture caching do its job
return produce_expensive_data()
# get the temp directory shared for by all workers
# get the temp directory shared by all workers
root_tmp_dir = tmp_path_factory.getbasetemp().parent
fn = root_tmp_dir / "data.json"