File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
integration/pip/testdata/default_app_vendored Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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} **"
You can’t perform that action at this time.
0 commit comments