We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 453d6ef commit 26520ceCopy full SHA for 26520ce
integration/bundle/init_default_python_test.go
@@ -62,6 +62,7 @@ func testDefaultPython(t *testing.T, pythonVersion string) {
62
}
63
64
tmpDir := t.TempDir()
65
+ testutil.Chdir(t, tmpDir)
66
67
opts := pythontest.VenvOpts{
68
PythonVersion: pythonVersion,
0 commit comments