mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2025-12-15 22:34:21 +03:00
ansible-lint and yamllint are run as pre-commit hooks, which are installed by pre-commit directly. So there is no need to put them in tests/requirements.txt. So remove them and make it leaner.
7 lines
173 B
Plaintext
7 lines
173 B
Plaintext
-r ../requirements.txt
|
|
distlib==0.3.9 # required for building collections
|
|
molecule==24.12.0
|
|
molecule-plugins[vagrant]==23.6.0
|
|
pytest-testinfra==10.1.1
|
|
python-vagrant==1.0.0
|