summaryrefslogtreecommitdiff
path: root/test-requirements.txt
blob: 109be8dfa8172b8f3326b027f31a5cbc87ec1ba2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# For ansible-tox-linters
black==24.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