handle race cond
This commit is contained in:
@@ -14,7 +14,7 @@ def cleanup_last_run_prepared():
|
|||||||
yield
|
yield
|
||||||
|
|
||||||
if Path("last_run_prepared").exists():
|
if Path("last_run_prepared").exists():
|
||||||
shutil.rmtree("last_run_prepared")
|
shutil.rmtree("last_run_prepared", ignore_errors=True)
|
||||||
|
|
||||||
|
|
||||||
def test_preprocess_config_not_found(cli_runner):
|
def test_preprocess_config_not_found(cli_runner):
|
||||||
|
|||||||
Reference in New Issue
Block a user