Add mock to test-requirements

Although mock is used in the unit tests at
d5e395cc35/cursive/tests/unit/test_signature_utils.py (L23)
it is not in test-requirements.txt.

This commit adds mock to test-requirements.txt.

Change-Id: I07aa5c65195ffe9453d2a5508e447b0bb8d834c0
This commit is contained in:
Brianna Poulos 2016-09-09 15:42:21 -04:00
parent 74ca49cab6
commit 74aceb2305
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@ hacking<0.12,>=0.11.0 # Apache-2.0
coverage>=3.6 # Apache-2.0 coverage>=3.6 # Apache-2.0
python-subunit>=0.0.18 # Apache-2.0/BSD python-subunit>=0.0.18 # Apache-2.0/BSD
mock>=2.0.0 # BSD
sphinx!=1.3b1,<1.3,>=1.2.1 # BSD sphinx!=1.3b1,<1.3,>=1.2.1 # BSD
oslosphinx!=3.4.0,>=2.5.0 # Apache-2.0 oslosphinx!=3.4.0,>=2.5.0 # Apache-2.0
oslotest>=1.10.0 # Apache-2.0 oslotest>=1.10.0 # Apache-2.0