2023-05-11 12:53:25 +00:00
|
|
|
# For ansible-tox-linters
|
|
|
|
black==23.3.0 ; python_version >= '3.7'
|
2020-10-28 20:39:20 +00:00
|
|
|
flake8
|
2023-05-11 12:53:25 +00:00
|
|
|
yamllint
|
|
|
|
|
|
|
|
# Unit test runner
|
2024-02-16 10:19:45 +00:00
|
|
|
pytest-ansible
|
2023-05-11 12:53:25 +00:00
|
|
|
pytest-xdist
|
|
|
|
|
|
|
|
# For integration tests
|
|
|
|
pexpect
|
2022-05-18 18:06:59 +00:00
|
|
|
git+https://github.com/ansible-network/pytest-ansible-network-integration.git
|
2021-05-03 14:22:35 +00:00
|
|
|
ipaddress ; python_version < '3.0'
|
2024-02-16 10:19:45 +00:00
|
|
|
netaddr==0.10.1
|