Skip to content

Commit 73743ec

Browse files
committed
Remove flag only supported on later python versions
1 parent 8131283 commit 73743ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/confcom/azext_confcom/tests/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ def run_on_wheel(request):
2525
extensions_to_build = {module.__name__.split(".")[0] for module in modules_to_test}
2626
extension_dirs = {Path(a.split("/azext_")[0]) for a in request.config.args}
2727

28-
with tempfile.TemporaryDirectory(delete=True) as build_dir:
28+
with tempfile.TemporaryDirectory() as build_dir:
2929

3030
# Delete the extensions build dir, as azdev extension build doesn't
3131
# reliably handle changes

0 commit comments

Comments
 (0)