Files @ a5fe7e698eed
Branch filter:

Location: majic-ansible-roles/requirements.in

branko
MAR-245: Fix test errors related to missing locales on test machines:

- Default SSH configuration often enables passing specific environment
variables to destination machines. By creating a custom SSH config
that gets used when connecting to the test VMs, we can exclude all
environment variables from being sent, thus also having a
more pristine test environment.
- Update site requirements for running tests etc.
# Ansible and role runtime.
ansible~=10.4.0
netaddr
passlib
python-ldap

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

# Documentation.
sphinx
sphinx-rtd-theme

# Python virtualenv management.
pip
pip-tools
setuptools