fix: build isolation (#116)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
This commit is contained in:
Aaron Pham
2023-07-16 01:52:21 -04:00
committed by GitHub
parent fd9ae56812
commit fc963c42ce
14 changed files with 255 additions and 93 deletions

View File

@@ -89,7 +89,7 @@ def prepare(
implementation: LiteralRuntime = "pt",
deployment_mode: t.Literal["container", "local"] = "local",
clean_context: contextlib.ExitStack | None = None,
cleanup: bool = False,
cleanup: bool = True,
):
if clean_context is None:
clean_context = contextlib.ExitStack()