Skip to content

Commit 4d83e09

Browse files
committed
fix: add Python prefix to executor_policy in test_xoa_data_flow
Signed-off-by: Cong Wang <cwang@multikernel.io>
1 parent ddaadf7 commit 4d83e09

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

tests/test_pipeline.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -186,9 +186,10 @@ def test_xoa_data_flow(self):
186186

187187
# Executor: can read workspace, no network
188188
executor_policy = _policy(
189-
fs_readable=[
189+
fs_readable=list(dict.fromkeys([
190190
workspace, "/usr", "/lib", "/lib64", "/etc", "/bin", "/sbin",
191-
],
191+
_PYTHON_PREFIX,
192+
])),
192193
net_connect=[],
193194
)
194195

0 commit comments

Comments
 (0)