From 8dcee37cf1a848e6f9c6d6852312323162c3bd42 Mon Sep 17 00:00:00 2001 From: Lucas Fisher Date: Wed, 25 Feb 2015 06:22:11 -0800 Subject: [PATCH] Add mock to test-requirements Mock is used for get_module_from_path tests. This will ensure it gets installed for testing purposes. Change-Id: I31baa61a531b3018f19664a437fe05c0c8461e4d --- test-requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/test-requirements.txt b/test-requirements.txt index 9faa5d4b..e311cd07 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -2,6 +2,7 @@ coverage>=3.6 discover fixtures>=0.3.14 hacking>=0.9.2,<0.10 +mock>=1.0 python-subunit>=0.0.18 testrepository>=0.0.18 testscenarios>=0.4