From 0c78978e9048087ac9e04a146f670b337c7c8c13 Mon Sep 17 00:00:00 2001 From: Casey Faist Date: Tue, 8 Oct 2019 14:57:15 -0700 Subject: [PATCH] don't check python 3.4 --- test/run-versions | 1 - 1 file changed, 1 deletion(-) diff --git a/test/run-versions b/test/run-versions index 30aa46e..77bba54 100755 --- a/test/run-versions +++ b/test/run-versions @@ -45,7 +45,6 @@ testPython3_4() { compile "python3_4" assertCaptured $LATEST_34 assertNotCaptured "security update" - assertCaptured "Installing SQLite3" assertCapturedSuccess fi }