]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
test: add missing test dependency
authorNoah Watkins <noahwatkins@gmail.com>
Wed, 16 Jan 2019 23:50:23 +0000 (15:50 -0800)
committerSébastien Han <seb@redhat.com>
Thu, 24 Jan 2019 15:34:13 +0000 (16:34 +0100)
[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>
tests/requirements.txt

index 0e9c9e99d83853f6bb0c9ec692f72a77e52622e0..af4674c3f01dd55e905250995e394bc15a0cbeb0 100644 (file)
@@ -6,3 +6,4 @@ pytest==3.6.1
 notario>=0.0.13
 ansible~=2.7,<2.8
 netaddr
+mock