mirror of
https://github.com/kennethreitz/heroku-buildpack-python.git
synced 2026-06-05 15:00:19 +00:00
add pysqlite test for python 2.7.16
This commit is contained in:
+1
@@ -0,0 +1 @@
|
||||
pysqlite
|
||||
Vendored
+1
@@ -0,0 +1 @@
|
||||
python-2.7.16
|
||||
@@ -40,6 +40,12 @@ testPsycopg2() {
|
||||
assertCapturedSuccess
|
||||
}
|
||||
|
||||
testPysqlite() {
|
||||
compile "pysqlite"
|
||||
assertCaptured "pysqlite"
|
||||
assertCapturedSuccess
|
||||
}
|
||||
|
||||
testCffi() {
|
||||
compile "cffi"
|
||||
assertCaptured "cffi"
|
||||
|
||||
Reference in New Issue
Block a user