test: add missing test dependency

[nwatkins@smash ceph-ansible]$ virtualenv env
[nwatkins@smash ceph-ansible]$ env/bin/pip install -r tests/requirements.txt
[nwatkins@smash ceph-ansible]$ env/bin/python -c "import mock"
Traceback (most recent call last):
  File "<string>", line 1, in <module>
ModuleNotFoundError: No module named 'mock'

Signed-off-by: Noah Watkins <noahwatkins@gmail.com>
pull/3535/head
Noah Watkins 2019-01-16 15:50:23 -08:00 committed by Sébastien Han
parent fce9f6ef60
commit 8a5530ee98
1 changed files with 1 additions and 0 deletions

View File

@ -6,3 +6,4 @@ pytest==3.6.1
notario>=0.0.13
ansible~=2.7,<2.8
netaddr
mock