Skip to content

Commit 52ca273

Browse files
committed
fix(pip): revert changes to vendored test configuration
1 parent 1aef4e0 commit 52ca273

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed
Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
Flask==3.0.0
2-
Jinja2==3.1.6
3-
MarkupSafe==3.0.2
4-
Werkzeug==3.1.3
5-
gunicorn==23.0.0
6-
itsdangerous==2.2.0
1+
Flask==2.1.3
2+
Jinja2==3.1.2
3+
MarkupSafe==2.1.1
4+
Werkzeug==2.2.1
5+
gunicorn==20.1.0
6+
itsdangerous==2.1.2

scripts/integration.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ function tests::run() {
153153

154154
export CGO_ENABLED=0
155155
pushd "${BUILDPACKDIR}" > /dev/null
156-
if GOMAXPROCS="${GOMAXPROCS:-4}" go test -count=1 -timeout 0 ./integration/... -v -run Integration | tee "${2}"; then
156+
if GOMAXPROCS="${GOMAXPROCS:-4}" go test -count=1 -timeout 0 ./integration/... -v -run PipIntegration | tee "${2}"; then
157157
util::print::info "** GO Test Succeeded with ${1}**"
158158
else
159159
util::print::error "** GO Test Failed with ${1}**"

0 commit comments

Comments
 (0)