ansible/test/lib/ansible_test/_data
Sam Doran f99d024851
CI and compat fixes for Jinja2 >= 3.0 (#74666)
* Add constraint for MarkupSafe

MarkupSafe >= 2.0.0 requires Python >= 3.6.0. Add a constraint for older Python versions
and fix the `groupby_filter` test.

* Fix template_jinja2_latest test.

* patch filter decorators on newer Jinja2

* Jinja2 >= 3.0 renames several filter decorators used by Ansible itself, as well as by filters in collections. This patch ensures that the old names are usable within Ansible and by collections without warnings or errors.

* Ignore docs-build issues.

Co-authored-by: Matt Clay <matt@mystile.com>
Co-authored-by: Matt Davis <mrd@redhat.com>
2021-05-11 19:59:44 -07:00
..
cli
completion Add support for testing with Python 3.10. 2021-05-10 08:23:15 -07:00
injector [ansible-test] nuke virtualenv-isolated.sh 2021-04-12 15:09:18 -07:00
legacy_collection_loader Add comments to keep collection loader in sync. 2021-04-28 17:45:42 -07:00
playbooks
pytest/plugins Split out module/module_utils unit test execution. 2021-04-19 15:44:58 -07:00
requirements CI and compat fixes for Jinja2 >= 3.0 (#74666) 2021-05-11 19:59:44 -07:00
sanity Vendor distutils.version (#74644) 2021-05-11 12:33:51 -05:00
setup
ansible.cfg
collection_detail.py
coveragerc
cryptography-constraints.txt
inventory
pytest.ini
quiet_pip.py
sslcheck.py
versions.py
virtualenvcheck.py
yamlcheck.py