diff options
author | Matt Clay <matt@mystile.com> | 2018-10-09 22:14:26 -0700 |
---|---|---|
committer | Matt Clay <matt@mystile.com> | 2018-10-09 22:52:04 -0700 |
commit | 0785656344c3c42b5f1ff408d2fad3e29f98f278 (patch) | |
tree | 97f6d7118f439e4ef011d5cf8003021c11e751c8 /test/runner | |
parent | e7ddff19281937c97b90ced90f595e6cbbedcd78 (diff) | |
download | ansible-0785656344c3c42b5f1ff408d2fad3e29f98f278.tar.gz |
Fix vmware_inventory unit tests so they run.
Diffstat (limited to 'test/runner')
-rw-r--r-- | test/runner/requirements/units.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/runner/requirements/units.txt b/test/runner/requirements/units.txt index a1fecb6025..83d5cad5b0 100644 --- a/test/runner/requirements/units.txt +++ b/test/runner/requirements/units.txt @@ -10,6 +10,7 @@ pytest pytest-mock pytest-xdist python-memcached +pyvmomi pyyaml redis requests |