fix test - add missing Chdir

This commit is contained in:
Denis Bilenko 2024-12-19 17:58:48 +01:00
parent 1ac400114e
commit 004d0df9fe
1 changed files with 1 additions and 0 deletions

View File

@ -62,6 +62,7 @@ func testDefaultPython(t *testing.T, pythonVersion string) {
}
tmpDir := t.TempDir()
testutil.Chdir(t, tmpDir)
opts := pythontest.VenvOpts{
PythonVersion: pythonVersion,