Author: Armin Rigo <[email protected]>
Branch:
Changeset: r76678:a6ac391b4bd7
Date: 2015-04-01 15:28 +0200
http://bitbucket.org/pypy/pypy/changeset/a6ac391b4bd7/
Log: oups
diff --git a/pypy/module/test_lib_pypy/test_sqlite3.py
b/pypy/module/test_lib_pypy/test_sqlite3.py
--- a/pypy/module/test_lib_pypy/test_sqlite3.py
+++ b/pypy/module/test_lib_pypy/test_sqlite3.py
@@ -276,8 +276,6 @@
exc = raises(ValueError, cur.execute, "select 2\0")
assert str(exc.value) == "the query contains a null character"
- import sqlite3
-
def test_close_in_del_ordering(self):
import gc
class SQLiteBackend(object):
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit