From c8ec99148347e4abb037eefa3c5a58510ed4fd3f Mon Sep 17 00:00:00 2001 From: Matt Riedemann Date: Wed, 28 Aug 2013 19:30:49 -0700 Subject: [PATCH] Add mock to test-requirements There are several changes which depend on using mock rather than mox for unit tests: https://review.openstack.org/#/c/42474/ https://review.openstack.org/#/c/43161/ And the general trend seems to be to move from using mock over mox for new tests (see blueprint mox-to-mock-conversion). And given mock is listed in the global-requirements.txt file in the openstack/requirements project, we should require mock for nova so we can start using it. Change-Id: Iaa0f233c28de2f92a237ee6d089858ee10bc6d2f --- test-requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/test-requirements.txt b/test-requirements.txt index 6423a69f40..32b6f1b80d 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -3,6 +3,7 @@ coverage>=3.6 discover feedparser fixtures>=0.3.12 +mock>=1.0 mox==0.5.3 MySQL-python psycopg2