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 8131283 commit 73743ecCopy full SHA for 73743ec
src/confcom/azext_confcom/tests/conftest.py
@@ -25,7 +25,7 @@ def run_on_wheel(request):
25
extensions_to_build = {module.__name__.split(".")[0] for module in modules_to_test}
26
extension_dirs = {Path(a.split("/azext_")[0]) for a in request.config.args}
27
28
- with tempfile.TemporaryDirectory(delete=True) as build_dir:
+ with tempfile.TemporaryDirectory() as build_dir:
29
30
# Delete the extensions build dir, as azdev extension build doesn't
31
# reliably handle changes
0 commit comments