Skip to content

Commit 35c6726

Browse files
committed
Remove PYTHONPATH env vars from test_rocprofiler_compute.py
1 parent b25961d commit 35c6726

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

build_tools/github_actions/test_executable_scripts/test_rocprofiler_compute.py

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,6 @@
1919
environ_vars = os.environ.copy()
2020
environ_vars["ROCM_PATH"] = str(THEROCK_PATH)
2121

22-
# Set up PYTHONPATH
23-
old_pythonpath = os.getenv("PYTHONPATH", "")
24-
module_dir = ROCPROFILER_COMPUTE_DIRECTORY / "tests"
25-
if old_pythonpath:
26-
environ_vars["PYTHONPATH"] = f"{module_dir}:{old_pythonpath}"
27-
else:
28-
environ_vars["PYTHONPATH"] = module_dir
29-
3022
# Set up PATH
3123
old_path = os.getenv("PATH", "")
3224
rocm_bin = str(THEROCK_BIN_PATH)

0 commit comments

Comments
 (0)