[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Requiring python sqlite3 module for devs

From: Hyrum K. Wright <hyrum_at_hyrumwright.org>
Date: Wed, 30 Sep 2009 10:49:48 -0400

We currently have a couple of tests which conditionally run if the
sqlite3 python module is found. As we move more working copy stuff
into sqlite, the number of tests that will be needed to be skipped
will increase, and the transparency of *why* they need to be skipped
will decrease. For this reason, I'd like to propose that we require
the python sqlite3 module be installed when running the tests.

The sqlite3 modules ships as part of Python 2.5, but we only require
Python 2.4. Most distributions which currently ship Python 2.4 either
ship the sqlite3 module, or provide a way to trivially install it.
For Windows users using Python 2.4 (such as the buildbot), binaries
can be obtained from [1].

Any objections to requiring the python sqlite3 module for running tests?

-Hyrum

[1] http://oss.itsystementwicklung.de/trac/pysqlite

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=462&dsMessageId=2402115
Received on 2009-09-30 16:50:02 CEST

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.