Commit 5337dd59 authored by Casey Faist's avatar Casey Faist

remove test case for deprecated pythons on deprecated stack

parent de8ae808
...@@ -128,11 +128,13 @@ testPython2_fail() { ...@@ -128,11 +128,13 @@ testPython2_fail() {
} }
testPython3_4() { testPython3_4() {
updateVersion "python3_4" $LATEST_34 if [[ $STACK != "cedar-14" ]]; then
compile "python3_4" updateVersion "python3_4" $LATEST_34
assertCaptured $LATEST_34 compile "python3_4"
assertNotCaptured "security update" assertCaptured $LATEST_34
assertCapturedSuccess assertNotCaptured "security update"
assertCapturedSuccess
fi
} }
testPython3_4_warn() { testPython3_4_warn() {
...@@ -153,11 +155,13 @@ testPython3_4_fail() { ...@@ -153,11 +155,13 @@ testPython3_4_fail() {
} }
testPython3_5() { testPython3_5() {
updateVersion "python3_5" $LATEST_35 if [[ $STACK != "cedar-14" ]]; then
compile "python3_5" updateVersion "python3_5" $LATEST_35
assertCaptured $LATEST_35 compile "python3_5"
assertNotCaptured "security update" assertCaptured $LATEST_35
assertCapturedSuccess assertNotCaptured "security update"
assertCapturedSuccess
fi
} }
testPython3_5_warn() { testPython3_5_warn() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment