Skip to content

Commit

Permalink
remove old tests
Browse files Browse the repository at this point in the history
  • Loading branch information
julienp committed Aug 2, 2024
1 parent ee89b6a commit 2272c09
Showing 1 changed file with 0 additions and 56 deletions.
56 changes: 0 additions & 56 deletions tests/containers_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -148,62 +148,6 @@ func TestKitchenSinkPythonVersions(t *testing.T) {
})
})
}

// t.Run("defaults to 3.9", func(t *testing.T) {
// copyTestData(t, "testdata/python-default")
// integration.ProgramTest(t, &integration.ProgramTestOptions{
// Dir: "testdata/python-default",
// Quick: true,
// SkipRefresh: true,
// PrepareProject: func(info *engine.Projinfo) error {
// cmd := exec.Command("pulumi", "install")
// cmd.Dir = info.Root
// return cmd.Run()
// },
// })
// })

// t.Run("select 3.9", func(t *testing.T) {
// copyTestData(t, "testdata/python-3.9")
// integration.ProgramTest(t, &integration.ProgramTestOptions{
// Dir: "testdata/python-3.9",
// Quick: true,
// SkipRefresh: true,
// PrepareProject: func(info *engine.Projinfo) error {
// cmd := exec.Command("pulumi", "install")
// cmd.Dir = info.Root
// return cmd.Run()
// },
// })
// })

// t.Run("select 3.12", func(t *testing.T) {
// copyTestData(t, "testdata/python-3.12")
// integration.ProgramTest(t, &integration.ProgramTestOptions{
// Dir: "testdata/python-3.12",
// Quick: true,
// SkipRefresh: true,
// PrepareProject: func(info *engine.Projinfo) error {
// cmd := exec.Command("pulumi", "install")
// cmd.Dir = info.Root
// return cmd.Run()
// },
// })
// })

// t.Run("select 3.10.2 - installs on demand", func(t *testing.T) {
// copyTestData(t, "testdata/python-3.10.2")
// integration.ProgramTest(t, &integration.ProgramTestOptions{
// Dir: "testdata/python-3.10.2",
// Quick: true,
// SkipRefresh: true,
// PrepareProject: func(info *engine.Projinfo) error {
// cmd := exec.Command("pulumi", "install")
// cmd.Dir = info.Root
// return cmd.Run()
// },
// })
// })
}

func TestCLIToolTests(t *testing.T) {
Expand Down

0 comments on commit 2272c09

Please sign in to comment.