File tree Expand file tree Collapse file tree 1 file changed +14
-10
lines changed Expand file tree Collapse file tree 1 file changed +14
-10
lines changed Original file line number Diff line number Diff line change @@ -128,11 +128,13 @@ testPython2_fail() {
128
128
}
129
129
130
130
testPython3_4 () {
131
- updateVersion " python3_4" $LATEST_34
132
- compile " python3_4"
133
- assertCaptured $LATEST_34
134
- assertNotCaptured " security update"
135
- assertCapturedSuccess
131
+ if [[ $STACK != " cedar-14" ]]; then
132
+ updateVersion " python3_4" $LATEST_34
133
+ compile " python3_4"
134
+ assertCaptured $LATEST_34
135
+ assertNotCaptured " security update"
136
+ assertCapturedSuccess
137
+ fi
136
138
}
137
139
138
140
testPython3_4_warn () {
@@ -153,11 +155,13 @@ testPython3_4_fail() {
153
155
}
154
156
155
157
testPython3_5 () {
156
- updateVersion " python3_5" $LATEST_35
157
- compile " python3_5"
158
- assertCaptured $LATEST_35
159
- assertNotCaptured " security update"
160
- assertCapturedSuccess
158
+ if [[ $STACK != " cedar-14" ]]; then
159
+ updateVersion " python3_5" $LATEST_35
160
+ compile " python3_5"
161
+ assertCaptured $LATEST_35
162
+ assertNotCaptured " security update"
163
+ assertCapturedSuccess
164
+ fi
161
165
}
162
166
163
167
testPython3_5_warn () {
You can’t perform that action at this time.
0 commit comments