Skip to content

Commit 1450c30

Browse files
brayanhenaorobdimsdale
authored andcommitted
Remove mercurial tests (not supported anymore)
1 parent 90ac60e commit 1450c30

File tree

1 file changed

+0
-22
lines changed

1 file changed

+0
-22
lines changed

src/python/integration/miscellaneous_test.go

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -103,28 +103,6 @@ func testMiscellaneous(platform switchblade.Platform, fixtures string) func(*tes
103103
})
104104
})
105105

106-
context("when pushing an app with mercurial dependencies", func() {
107-
it.Before(func() {
108-
var err error
109-
source, err = switchblade.Source(filepath.Join(fixtures, "miscellaneous", "mercurial"))
110-
Expect(err).NotTo(HaveOccurred())
111-
})
112-
113-
it.After(func() {
114-
Expect(os.RemoveAll(source)).To(Succeed())
115-
})
116-
117-
it("deploys successfully", func() {
118-
deployment, logs, err := platform.Deploy.
119-
Execute(name, source)
120-
Expect(err).NotTo(HaveOccurred())
121-
122-
Eventually(deployment).Should(Serve(ContainSubstring("Hello, World!")))
123-
124-
Eventually(logs.String).Should(ContainSubstring("Obtaining python-hglib"))
125-
})
126-
})
127-
128106
context("when pushing an app without a Procfile", func() {
129107
context("when start command is specified in push", func() {
130108
it.Before(func() {

0 commit comments

Comments
 (0)