remove test case for deprecated pythons on deprecated stack

This commit is contained in:
Casey Faist
2019-04-04 14:04:10 -07:00
parent de8ae808d9
commit 5337dd592b
+14 -10
View File
@@ -128,11 +128,13 @@ testPython2_fail() {
}
testPython3_4() {
updateVersion "python3_4" $LATEST_34
compile "python3_4"
assertCaptured $LATEST_34
assertNotCaptured "security update"
assertCapturedSuccess
if [[ $STACK != "cedar-14" ]]; then
updateVersion "python3_4" $LATEST_34
compile "python3_4"
assertCaptured $LATEST_34
assertNotCaptured "security update"
assertCapturedSuccess
fi
}
testPython3_4_warn() {
@@ -153,11 +155,13 @@ testPython3_4_fail() {
}
testPython3_5() {
updateVersion "python3_5" $LATEST_35
compile "python3_5"
assertCaptured $LATEST_35
assertNotCaptured "security update"
assertCapturedSuccess
if [[ $STACK != "cedar-14" ]]; then
updateVersion "python3_5" $LATEST_35
compile "python3_5"
assertCaptured $LATEST_35
assertNotCaptured "security update"
assertCapturedSuccess
fi
}
testPython3_5_warn() {