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>
(cherry picked from commit 8a5530ee98)
pull/3575/head
Noah Watkins 2019-01-16 15:50:23 -08:00 committed by mergify[bot]
parent 8454f0144a
commit ebd72708b1
1 changed files with 1 additions and 0 deletions

View File

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