mirror of https://github.com/ceph/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 "<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
parent
8454f0144a
commit
ebd72708b1
|
@ -5,3 +5,4 @@ pytest==3.6.1
|
|||
notario>=0.0.13
|
||||
ansible~=2.6,<2.7
|
||||
netaddr
|
||||
mock
|
||||
|
|
Loading…
Reference in New Issue