mirror of
https://github.com/kennethreitz/heroku-buildpack-python.git
synced 2026-06-05 23:10:16 +00:00
@@ -4,6 +4,7 @@
|
||||
|
||||
- Sqlite3 Update:
|
||||
- Add Tests
|
||||
- Test for Pysqlite
|
||||
- Bug fix: pipenv no longer installs twice on CI
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
|
||||
+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