Skip to content

Commit 720f4d7

Browse files
committed
import "sys" used by py/file tests
1 parent 7cd2bcf commit 720f4d7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pytest/pytest.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ import (
1212
"testing"
1313

1414
_ "github.com/go-python/gpython/builtin"
15+
_ "github.com/go-python/gpython/sys"
1516
"github.com/go-python/gpython/compile"
1617
"github.com/go-python/gpython/py"
1718
"github.com/go-python/gpython/vm"

0 commit comments

Comments
 (0)