From 004d0df9fe3ec2fc99e7b782359f8b25debd2af8 Mon Sep 17 00:00:00 2001 From: Denis Bilenko Date: Thu, 19 Dec 2024 17:58:48 +0100 Subject: [PATCH] fix test - add missing Chdir --- integration/bundle/init_default_python_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/integration/bundle/init_default_python_test.go b/integration/bundle/init_default_python_test.go index 25a84e3f2..3011fb952 100644 --- a/integration/bundle/init_default_python_test.go +++ b/integration/bundle/init_default_python_test.go @@ -62,6 +62,7 @@ func testDefaultPython(t *testing.T, pythonVersion string) { } tmpDir := t.TempDir() + testutil.Chdir(t, tmpDir) opts := pythontest.VenvOpts{ PythonVersion: pythonVersion,