don't check python 3.4

This commit is contained in:
Casey Faist
2019-10-08 14:57:15 -07:00
parent d0fd9ad58a
commit 0c78978e90
-1
View File
@@ -45,7 +45,6 @@ testPython3_4() {
compile "python3_4"
assertCaptured $LATEST_34
assertNotCaptured "security update"
assertCaptured "Installing SQLite3"
assertCapturedSuccess
fi
}