Files
offline_kubespray/collection/ansible/netcommon/test-requirements.txt
ByeonJungHun 360c6eef4a offline 작업
2024-02-19 16:02:29 +09:00

13 lines
376 B
Plaintext

black==21.12b0 ; python_version > '3.5'
coverage==4.5.4
flake8
mock ; python_version < '3.5'
pytest-xdist
yamllint
# The follow are 3rd party libs for cli_parse
ntc_templates
# 21.4 changed the output of an error message we check in tests
pyats >= 21.4 ; python_version >= '3.6' and python_version < '3.10'
genie >= 21.4 ; python_version >= '3.6' and python_version < '3.10'