From: Noah Watkins Date: Wed, 16 Jan 2019 23:50:23 +0000 (-0800) Subject: test: add missing test dependency X-Git-Tag: v4.0.0beta1~43 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=8a5530ee98d3128c9558e8e8e38f9517fb34d7cf;p=ceph-ansible.git 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 "", line 1, in ModuleNotFoundError: No module named 'mock' Signed-off-by: Noah Watkins --- diff --git a/tests/requirements.txt b/tests/requirements.txt index 0e9c9e99d..af4674c3f 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -6,3 +6,4 @@ pytest==3.6.1 notario>=0.0.13 ansible~=2.7,<2.8 netaddr +mock