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() {
if [[ $STACK != "cedar-14" ]]; then
updateVersion "python3_4" $LATEST_34 updateVersion "python3_4" $LATEST_34
compile "python3_4" compile "python3_4"
assertCaptured $LATEST_34 assertCaptured $LATEST_34
assertNotCaptured "security update" assertNotCaptured "security update"
assertCapturedSuccess 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() {
if [[ $STACK != "cedar-14" ]]; then
updateVersion "python3_5" $LATEST_35 updateVersion "python3_5" $LATEST_35
compile "python3_5" compile "python3_5"
assertCaptured $LATEST_35 assertCaptured $LATEST_35
assertNotCaptured "security update" assertNotCaptured "security update"
assertCapturedSuccess 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