]> 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)
committermergify[bot] <mergify[bot]@users.noreply.github.com>
Wed, 6 Feb 2019 00:37:11 +0000 (00:37 +0000)
[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 8a5530ee98d3128c9558e8e8e38f9517fb34d7cf)

tests/requirements.txt

index 12956131cb5d3efae8d27d27d8e07f23463aecd7..46e53dbbdfe8dc739a4ae0d505d541fc3871c67a 100644 (file)
@@ -5,3 +5,4 @@ pytest==3.6.1
 notario>=0.0.13
 ansible~=2.6,<2.7
 netaddr
+mock