[Python-Dev] failures in test_sqlite when entire test suite run
Brett Cannon
brett at python.org
Fri Jun 1 04:10:30 CEST 2007
I have been getting failures from test_sqlite off the trunk when I run the
entire test suite (as ``./python.exe Lib/test/regrtest.py``) with this error
on OS X 10.4.9 and sqlite3 3.3.16:
Traceback (most recent call last):
File
"/Users/drifty/Dev/python/2.x/pristine/Lib/sqlite3/test/regression.py", line
29, in setUp
self.con = sqlite.connect(":memory:")
ProgrammingError: library routine called out of sequence
When run in isolation it is fine. Anyone have a guess as to what is going
on?
-Brett
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.python.org/pipermail/python-dev/attachments/20070531/880f45fd/attachment.html
More information about the Python-Dev
mailing list