@@ -9,7 +9,7 @@ testPythonDefault() {
9
9
compile " pythonDefault"
10
10
assertCaptured $DEFAULT_PYTHON_VERSION
11
11
assertNotCaptured " security update"
12
- assertCaptured " Installing pip 20.0.2"
12
+ assertCaptured " Installing pip 20.0.2 and setuptools 39.0.1 "
13
13
assertCaptured " Installing SQLite3"
14
14
assertCapturedSuccess
15
15
}
@@ -25,7 +25,7 @@ testPython2() {
25
25
assertNotCaptured " python-2-7-eol-faq" ;
26
26
fi
27
27
assertNotCaptured " security update"
28
- assertCaptured " Installing pip 20.0.2"
28
+ assertCaptured " Installing pip 20.0.2 and setuptools 39.0.1 "
29
29
assertCaptured " Installing SQLite3"
30
30
assertCapturedSuccess
31
31
}
@@ -53,7 +53,7 @@ testPython3_4() {
53
53
compile " python3_4"
54
54
assertCaptured $LATEST_34
55
55
assertNotCaptured " security update"
56
- assertCaptured " Installing pip 19.1.1"
56
+ assertCaptured " Installing pip 19.1.1 and setuptools 39.0.1 "
57
57
# if cedar 14 and legacy binaries, fail. if cedar 14 and staging, succeed.
58
58
if [[ ! -n $USE_STAGING_BINARIES ]] && [[ $STACK == " cedar-14" ]]; then
59
59
assertCapturedError
@@ -89,7 +89,7 @@ testPython3_5() {
89
89
compile " python3_5"
90
90
assertCaptured $LATEST_35
91
91
assertNotCaptured " security update"
92
- assertCaptured " Installing pip 20.0.2"
92
+ assertCaptured " Installing pip 20.0.2 and setuptools 39.0.1 "
93
93
assertCaptured " Installing SQLite3"
94
94
assertCapturedSuccess
95
95
}
@@ -112,7 +112,7 @@ testPython3_6() {
112
112
compile " python3_6"
113
113
assertCaptured $LATEST_36
114
114
assertNotCaptured " security update"
115
- assertCaptured " Installing pip 20.0.2"
115
+ assertCaptured " Installing pip 20.0.2 and setuptools 39.0.1 "
116
116
assertCaptured " Installing SQLite3"
117
117
assertCapturedSuccess
118
118
}
@@ -139,7 +139,7 @@ testPython3_7() {
139
139
else
140
140
assertNotCaptured " security update"
141
141
assertCaptured $LATEST_37
142
- assertCaptured " Installing pip 20.0.2"
142
+ assertCaptured " Installing pip 20.0.2 and setuptools 39.0.1 "
143
143
assertCaptured " Installing SQLite3"
144
144
assertCapturedSuccess
145
145
fi
@@ -183,7 +183,7 @@ testPython3_8() {
183
183
else
184
184
assertNotCaptured " security update"
185
185
assertCaptured $LATEST_38
186
- assertCaptured " Installing pip 20.0.2"
186
+ assertCaptured " Installing pip 20.0.2 and setuptools 39.0.1 "
187
187
assertCaptured " Installing SQLite3"
188
188
assertCapturedSuccess
189
189
fi
@@ -202,7 +202,7 @@ testPypy3_6() {
202
202
else
203
203
assertCaptured " Installing pypy"
204
204
assertCaptured " $PYPY_36 "
205
- assertCaptured " Installing pip 20.0.2"
205
+ assertCaptured " Installing pip 20.0.2 and setuptools 39.0.1 "
206
206
assertCapturedSuccess
207
207
fi
208
208
}
@@ -214,7 +214,7 @@ testPypy2_7() {
214
214
else
215
215
assertCaptured " Installing pypy"
216
216
assertCaptured " $PYPY_27 "
217
- assertCaptured " Installing pip 20.0.2"
217
+ assertCaptured " Installing pip 20.0.2 and setuptools 39.0.1 "
218
218
assertCapturedSuccess
219
219
fi
220
220
}
0 commit comments