From 0ae81f9c5aea454116c31065127ce7fbabb9930b Mon Sep 17 00:00:00 2001 From: ZhiQiang Fan Date: Wed, 27 Apr 2016 00:53:34 +0800 Subject: [PATCH] add mock to test requirement list We directly use it, but it is not in the test requirement list. Change-Id: I34a7568f3bd7d6f967029b23807589f0a8b71a14 --- test-requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/test-requirements.txt b/test-requirements.txt index bba4138..2be20f2 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -17,3 +17,4 @@ testtools>=1.4.0 http://tarballs.openstack.org/aodh/aodh-master.tar.gz#egg=aodh[mysql] http://tarballs.openstack.org/gnocchi/gnocchi-master.tar.gz#egg=gnocchi[postgresql,file] pifpaf>=0.0.6 +mock>=1.2 # BSD