collection 교체

This commit is contained in:
정훈 변
2024-02-23 16:37:40 +09:00
parent b494779b5b
commit 3fd554eee9
38862 changed files with 220204 additions and 6600073 deletions

View File

@@ -1,8 +1,15 @@
black==22.3.0 ; python_version > '3.5'
coverage==4.5.4
# For ansible-tox-linters
black==23.3.0 ; python_version >= '3.7'
flake8
ipaddress ; python_version < '3.0'
mock ; python_version < '3.5'
pytest-xdist
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