add python-mock to testonly package list

Python-mock is needed by most of OpenStack for testability. Add
this is a testonly package. This should fix current issues with
functional tests in OpenStack that use devstack, but not tox to
run their tests.

Closes-Bug: #1341507

Change-Id: I26cbe42ace75554bae993a6d849c3b4ac649c78e
This commit is contained in:
Sean Dague 2014-07-15 10:03:59 +02:00
parent f29569db7a
commit 0ae54daa4a
1 changed files with 1 additions and 0 deletions

View File

@ -20,6 +20,7 @@ euca2ools # only for testing client
tar
python-cmd2 # dist:precise
python-dev
python-mock # testonly
python2.7
bc
libyaml-dev