Re: Can someone here shed some light on this ctypes/sqlite3 failure?
| Newsgroups | gmane.comp.python.db.pysqlite.user |
|---|---|
| Message-ID | <[email protected]> |
>> For an application writer this may be feasible. For Python I think
>> we need to find a library to load in test_ctypes which doesn't depend
>> on CoreData. (I imagine Thomas picked GLUT because it is widely
>> available across platforms.)
Gerhard> Or just change the order of tests and make sure the sqlite3
Gerhard> test is run before the ctypes test. Probably best to put it at
Gerhard> the start of the list of test suites.
Alas, I believe the default order is alphabetical. In addition, there is a
flag to regrtest (-r?) which directs it to run the tests in random order.
There's no way there to guarantee that the sqlite test runs before the
ctypes test.
Skip