summaryrefslogtreecommitdiff
path: root/test-requirements.txt
diff options
context:
space:
mode:
authorJoshua Harlow <harlowja@yahoo-inc.com>2015-04-23 12:36:10 -0700
committerJoshua Harlow <harlowja@yahoo-inc.com>2015-06-29 12:13:01 -0700
commit934b2bc0e9a614bd07ab3fbd4275cb640cb61ea5 (patch)
tree7bec3d428e32902c563aca846cce759d2bd3ae55 /test-requirements.txt
parent27baaf46ad1aa4647729b4050d4bc17394b944b6 (diff)
downloadtaskflow-934b2bc0e9a614bd07ab3fbd4275cb640cb61ea5.tar.gz
Build-out + test a redis backed jobboard
Part of blueprint taskflow-redis-jobs Change-Id: I7c94e2201c5d933c8a1ec73fc0cf705962e5eef6
Diffstat (limited to 'test-requirements.txt')
-rw-r--r--test-requirements.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/test-requirements.txt b/test-requirements.txt
index 275836d..805eeb1 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -15,6 +15,9 @@ kombu>=3.0.7
zake>=0.1.6 # Apache-2.0
kazoo>=2.2
+# Used for testing redis jobboards
+redis>=2.10.0
+
# Used for testing database persistence backends.
SQLAlchemy<1.1.0,>=0.9.7
alembic>=0.7.2