Skip to content

Commit bc5ab2f

Browse files
Randall C. O'Reillysbinet
authored andcommitted
only run py3 tests for now -- biggish job to add py2 support -- can do later -- will file ticket
1 parent ebf4023 commit bc5ab2f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

main_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -767,8 +767,8 @@ type pkg struct {
767767

768768
func testPkg(t *testing.T, table pkg) {
769769
// backends := []string{"py2", "py3"}
770-
// backends := []string{"py3"}
771-
backends := table.lang
770+
backends := []string{"py3"}
771+
// backends := table.lang // todo: enabling py2 testing requires separate "want" output
772772
for _, be := range backends {
773773
fmt.Printf("looping over backends: %s in %s\n", be, backends)
774774
vm, ok := testBackends[be]

0 commit comments

Comments
 (0)