Add requests-mock to test-requirements.txt

This resolves an issue running unit tests locally:
  ImportError (No module named requests_mock.contrib)

Change-Id: I030b3024b2866e3fe237b8d372eee87422faf889
Closes-bug: 1602620
This commit is contained in:
Dan Prince 2016-07-13 06:52:02 -04:00
parent 7e01817e77
commit 0bcc8ea09f

View File

@ -27,3 +27,4 @@ sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2 # BSD
os-client-config>=1.13.1 # Apache-2.0
oslosphinx!=3.4.0,>=2.5.0 # Apache-2.0
openstack-doc-tools>=0.23 # Apache-2.0
requests-mock>=1.0 # Apache-2.0