Skip to content

Commit 4a4a6a1

Browse files
committed
add pysqlite test for python 2.7.16
1 parent 4eed56e commit 4a4a6a1

File tree

3 files changed

+8
-0
lines changed

3 files changed

+8
-0
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
pysqlite

test/fixtures/pysqlite/runtime.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
python-2.7.16

test/run-deps

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,12 @@ testPsycopg2() {
4040
assertCapturedSuccess
4141
}
4242

43+
testPysqlite() {
44+
compile "pysqlite"
45+
assertCaptured "pysqlite"
46+
assertCapturedSuccess
47+
}
48+
4349
testCffi() {
4450
compile "cffi"
4551
assertCaptured "cffi"

0 commit comments

Comments
 (0)