Skip to content

Commit 91e62ac

Browse files
author
Arjun Sreedharan
authored
tests: make test assertion a bit more extensible (#22)
* tests: make test assertion a bit more extensible Poetry buildpack works not only with Paketo CPython buildpack as dependency, but with any other CPython buildpack that observes the CPython buildpack's API * default_test.go: rm Paketo CPython specific assert
1 parent a0812ce commit 91e62ac

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

integration/default_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,6 @@ func testDefault(t *testing.T, context spec.G, it spec.S) {
8787
MatchRegexp(fmt.Sprintf(` PYTHONPATH -> "\/layers\/%s\/poetry\/lib\/python\d+\.\d+\/site-packages:\$PYTHONPATH"`, strings.ReplaceAll(buildpackInfo.Buildpack.ID, "/", "_"))),
8888
))
8989
Expect(logs).To(ContainLines(
90-
MatchRegexp(`Paketo CPython Buildpack \d+\.\d+\.\d+`),
9190
" Resolving CPython version",
9291
" Candidate version sources (in priority order):",
9392
` pyproject.toml -> "3.8.*"`,

0 commit comments

Comments
 (0)