Skip to content

Commit b3a7e76

Browse files
committed
Remove Installing python assert (redundant)
1 parent e1ba8f6 commit b3a7e76

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/python/integration/deploy_python_app_pipenv_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,6 @@ var _ = Describe("deploying a flask web app", func() {
7070

7171
It("should fail because it requires all dependencies to be vendored", func() {
7272
Expect(app.Push()).ToNot(Succeed())
73-
Expect(app.Stdout.String()).ToNot(ContainSubstring("-----> Installing python"))
7473
Expect(app.Stdout.String()).ToNot(ContainSubstring("Running Pip Install (Vendored)"))
7574
Expect(app.Stdout.String()).ToNot(ContainSubstring("Running pip install failed. You need to include all dependencies in the vendor directory."))
7675
})

0 commit comments

Comments
 (0)