We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 289cd07 commit 84d9326Copy full SHA for 84d9326
tests/test_examples.py
@@ -317,6 +317,8 @@ def _run_installer(
317
check=check_subprocess,
318
options=options,
319
)
320
+ if request and ON_CI:
321
+ request.addfinalizer(lambda: shutil.rmtree(str(install_dir), ignore_errors=True))
322
elif installer.suffix == ".pkg":
323
if request and ON_CI:
324
request.addfinalizer(lambda: shutil.rmtree(str(install_dir), ignore_errors=True))
0 commit comments