ansible/lib/ansible/test-requirements.txt
Matt Clay cd3fdca540 Switch tests to pytest and ansible-test.
- Replace nose usage with pytest.
- Remove legacy Shippable integration.sh.
- Update Makefile to use pytest and ansible-test.
- Convert most yield unit tests to pytest parametrize.
2017-01-11 12:34:59 -08:00

17 lines
191 B
Text

# Ansible requirementss
paramiko
PyYAML
jinja2
httplib2
passlib
six
# These are needed for various optional features
#python-memcached
#redis
# Test requirements
unittest2
mock
nose
pytest