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:
parent
f29569db7a
commit
0ae54daa4a
@ -20,6 +20,7 @@ euca2ools # only for testing client
|
|||||||
tar
|
tar
|
||||||
python-cmd2 # dist:precise
|
python-cmd2 # dist:precise
|
||||||
python-dev
|
python-dev
|
||||||
|
python-mock # testonly
|
||||||
python2.7
|
python2.7
|
||||||
bc
|
bc
|
||||||
libyaml-dev
|
libyaml-dev
|
||||||
|
Loading…
Reference in New Issue
Block a user