Files
offline_kubespray/collection/ansible/utils/test-requirements.txt
2024-02-23 16:37:40 +09:00

16 lines
401 B
Plaintext

# For ansible-tox-linters
black==23.3.0 ; python_version >= '3.7'
flake8
yamllint
# Unit test runner
pytest-ansible ; python_version >= '3.9'
git+https://github.com/ansible-community/pytest-ansible-units.git ; python_version < '3.9'
pytest-xdist
# For integration tests
pexpect
git+https://github.com/ansible-network/pytest-ansible-network-integration.git
ipaddress ; python_version < '3.0'
netaddr