13 lines
183 B
Plaintext
13 lines
183 B
Plaintext
# For ansible-tox-linters
|
|
black==23.3.0
|
|
flake8
|
|
yamllint
|
|
|
|
# Unit test runner
|
|
pytest-ansible
|
|
pytest-xdist
|
|
pytest-cov
|
|
|
|
# For ansible.builtin.expect module in ios_user tests
|
|
pexpect>=3.3
|