Skip to content

Commit 814e5cf

Browse files
committed
chore: update pipenv tests
Python 3.10 is now the minimum
1 parent 923baef commit 814e5cf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

integration/packagers/pipenv_default_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ func pipenvTestDefault(t *testing.T, context spec.G, it spec.S) {
9191
))
9292
Expect(logs).To(ContainLines(
9393
// Due to Pipfile requirement
94-
MatchRegexp(` Installing CPython 3.9.\d+`),
94+
MatchRegexp(` Installing CPython 3.10.\d+`),
9595
))
9696

9797
container, err = docker.Container.Run.

integration/packagers/testdata/pipenv/default_app/Pipfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ coverage = "*"
1515
flask-testing = "*"
1616

1717
[requires]
18-
python_version = "3.9"
18+
python_version = "3.10"

0 commit comments

Comments
 (0)