Add mock to test_requirements

Mock is used throughout the tests but isn't listed in test_requirements.
Currently tests don't fail because mock is installed as the dependency
of oslotest.

Change-Id: I3c7d64add1f069f5e8f2ee2ca1f10f16e469c25b
This commit is contained in:
Elena Ezhova 2015-07-06 16:09:39 +03:00
parent 23f1db18f0
commit 9e5131872c
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@
# process, which may cause wedges in the gate later.
hacking<0.11,>=0.10.0
mock>=1.0
oslotest>=1.5.1 # Apache-2.0
# These are needed for docs generation