mirror of
https://github.com/kennethreitz/heroku-buildpack-python.git
synced 2026-06-05 23:10:16 +00:00
remove test for sqlite on older versions of python 3.4
This commit is contained in:
@@ -54,7 +54,6 @@ testPython3_4_warn() {
|
||||
if [[ $STACK = "cedar-14" ]]; then
|
||||
assertCaptured "python-3.4.0"
|
||||
assertCaptured "security update!"
|
||||
assertCaptured "Installing SQLite3"
|
||||
assertCapturedSuccess
|
||||
else
|
||||
assertCapturedError
|
||||
|
||||
Reference in New Issue
Block a user