You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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>
5 years ago
..
cli Prepare ansible-test for inclusion in setup.py (#60294) 6 years ago
completion Add support for testing with Python 3.10. 5 years ago
injector [ansible-test] nuke virtualenv-isolated.sh 5 years ago
legacy_collection_loader Add comments to keep collection loader in sync. 5 years ago
playbooks Overhaul ansible-test container management. 5 years ago
pytest/plugins Split out module/module_utils unit test execution. 5 years ago
requirements CI and compat fixes for Jinja2 >= 3.0 (#74666) 5 years ago
sanity Vendor `distutils.version` (#74644) 5 years ago
setup Overhaul ansible-test container management. 5 years ago
ansible.cfg Update ansible-test integration config handling. (#60448) 6 years ago
collection_detail.py Add deprecated removed_in_version and deprecated_aliases version tests (#66920) 6 years ago
coveragerc Move ansible-test coverage config to test/lib/ 6 years ago
cryptography-constraints.txt Fix cryptography constraints in ansible-test. (#72914) 5 years ago
inventory Update ansible-test collection inventory handling. (#61031) 6 years ago
pytest.ini Remove em dash from the pytest configuration file 5 years ago
quiet_pip.py Add PyPI proxy container for tests on Python 2.6. 5 years ago
sslcheck.py Fix cryptography constraints in ansible-test. (#72914) 5 years ago
versions.py Ignore warnings in ansible-test environment check. 6 years ago
virtualenvcheck.py Clean up code in ansible-test. (#73379) 5 years ago
yamlcheck.py Relocate ansible-test code. (#60147) 6 years ago