From ae12522301c65f4cbd2282e530876333f6f6d288 Mon Sep 17 00:00:00 2001 From: shatakshiiii Date: Thu, 30 May 2024 12:24:49 +0530 Subject: [PATCH] fix --- tests/integration/test_execution_environment.py | 1 + tests/integration/test_execution_environment_image.py | 1 + tests/integration/test_pass_environment_variable.py | 1 + tests/integration/test_set_environment_variable.py | 1 + 4 files changed, 4 insertions(+) diff --git a/tests/integration/test_execution_environment.py b/tests/integration/test_execution_environment.py index 72e481dc62..cd9ce55ff5 100644 --- a/tests/integration/test_execution_environment.py +++ b/tests/integration/test_execution_environment.py @@ -2,6 +2,7 @@ from __future__ import annotations +import os import shlex from pathlib import Path diff --git a/tests/integration/test_execution_environment_image.py b/tests/integration/test_execution_environment_image.py index 71a33d7f0e..4cff8206d2 100644 --- a/tests/integration/test_execution_environment_image.py +++ b/tests/integration/test_execution_environment_image.py @@ -2,6 +2,7 @@ from __future__ import annotations +import os import shlex from pathlib import Path diff --git a/tests/integration/test_pass_environment_variable.py b/tests/integration/test_pass_environment_variable.py index b232b40451..4608269453 100644 --- a/tests/integration/test_pass_environment_variable.py +++ b/tests/integration/test_pass_environment_variable.py @@ -2,6 +2,7 @@ from __future__ import annotations +import os import shlex from pathlib import Path diff --git a/tests/integration/test_set_environment_variable.py b/tests/integration/test_set_environment_variable.py index dcd6a086f7..347e298303 100644 --- a/tests/integration/test_set_environment_variable.py +++ b/tests/integration/test_set_environment_variable.py @@ -2,6 +2,7 @@ from __future__ import annotations +import os import shlex from pathlib import Path