blob: 94ff7c9e392f2637ef62b43d99053a5c2d7fbddc (
plain)
1
2
3
4
5
6
7
8
9
|
# 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
|