Browse code

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

Sean Dague authored on 2014/07/15 17:03:59
Showing 1 changed files
... ...
@@ -20,6 +20,7 @@ euca2ools # only for testing client
20 20
 tar
21 21
 python-cmd2 # dist:precise
22 22
 python-dev
23
+python-mock # testonly
23 24
 python2.7
24 25
 bc
25 26
 libyaml-dev