From 0ae54daa4a34502f16cc1751d6ddf8f5f9525171 Mon Sep 17 00:00:00 2001 From: Sean Dague Date: Tue, 15 Jul 2014 10:03:59 +0200 Subject: [PATCH] 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 --- files/apts/general | 1 + 1 file changed, 1 insertion(+) diff --git a/files/apts/general b/files/apts/general index 90529e55c7..f3cab59c99 100644 --- a/files/apts/general +++ b/files/apts/general @@ -20,6 +20,7 @@ euca2ools # only for testing client tar python-cmd2 # dist:precise python-dev +python-mock # testonly python2.7 bc libyaml-dev