Move kazoo to testenv requirements

Kazoo is an optional dependency of taskflow: it is required when
zookeeper persistence layer or if kazoo_utils are used. So we should
move it to where these type of optional requirements are currently
placed.

Change-Id: I9d1605af266f4a79fd6ebfee2d68a4f4f7413022
This commit is contained in:
Ivan A. Melnikov
2014-02-04 13:14:14 +04:00
parent de0398c457
commit 5ee077976e
3 changed files with 2 additions and 2 deletions

View File

@@ -5,6 +5,4 @@ mock>=1.0
python-subunit>=0.0.18
testrepository>=0.0.17
testtools>=0.9.34
# ZooKeeper
kazoo>=1.3.1
zake>=0.0.13

View File

@@ -17,6 +17,7 @@ deps = -r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt
alembic>=0.4.1
psycopg2
kazoo>=1.3.1
commands = python setup.py testr --slowest --testr-args='{posargs}'
[tox:jenkins]

View File

@@ -48,6 +48,7 @@ deps = -r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt
alembic>=0.4.1
psycopg2
kazoo>=1.3.1
commands = python setup.py testr --slowest --testr-args='{posargs}'
[tox:jenkins]