summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorDolph Mathews <dolph.mathews@gmail.com>2013-02-15 14:35:06 -0600
committerDolph Mathews <dolph.mathews@gmail.com>2013-02-15 14:35:42 -0600
commitbeaad83fc3936debdd2fad27000afd50882e733f (patch)
tree6b139d57d086fa1023e8d306eaa5e4257d8101bd /tools
parent901d079857d48cb0b82971d0971356f936a01be8 (diff)
downloadkeystone-beaad83fc3936debdd2fad27000afd50882e733f.tar.gz
keystone-beaad83fc3936debdd2fad27000afd50882e733f.tar.xz
keystone-beaad83fc3936debdd2fad27000afd50882e733f.zip
Add pysqlite as explicit test dep
Change-Id: I90d2d43ebeab5f3b638acd45af26272e2119bf50
Diffstat (limited to 'tools')
-rw-r--r--tools/test-requires3
1 files changed, 3 insertions, 0 deletions
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