From beaad83fc3936debdd2fad27000afd50882e733f Mon Sep 17 00:00:00 2001 From: Dolph Mathews Date: Fri, 15 Feb 2013 14:35:06 -0600 Subject: Add pysqlite as explicit test dep Change-Id: I90d2d43ebeab5f3b638acd45af26272e2119bf50 --- tools/test-requires | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tools') diff --git a/tools/test-requires b/tools/test-requires index 67542ae1..52a181b8 100644 --- a/tools/test-requires +++ b/tools/test-requires @@ -1,3 +1,6 @@ +# Optional backend: SQL +pysqlite + # Optional backend: Memcache python-memcached -- cgit