Files @ da53a3aa5208
Branch filter:

Location: majic-ansible-roles/requirements.in

branko
MAR-218: Fix the test run logic in test runner script:

- Linter tests should _always_ be run.
- Test report files should be appended to when using tee.
- Get rid of excess molecule destroy (probably not required any
longer). This will reduce the output and speed up things a little
bit.
# Ansible and role runtime.
ansible~=10.3
netaddr
passlib
python-ldap

# Development and testing.
ansible-lint
defusedxml
flake8
gimmecert
molecule[testinfra]~=24.8.0
molecule-plugins[vagrant]~=23.5.0
paramiko

# Documentation.
sphinx
sphinx-rtd-theme

# Python virtualenv management.
pip
pip-tools
setuptools