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
Toshio Kuratomi 7662568bd8
Antsibull build format backport 71080 (#71285)
* Updates to docs build for new antsibull CLI

* --ansible-base-cache renamed to --ansible-base-source
* _acd_version in the .deps file has been renamed to _ansible_version

(cherry picked from commit 22d2c97b81)

* Fix expr regex for MacOSX compat

MacOSX seems to want bare `+` whereas GNU expr wants escaped `+` (`\+`)
to mean match one or more.  Use `\{1,\}` instead which will match one or
more on both MaxOSX and GNU-using systems.

Fixes #71053

(cherry picked from commit 99cac0b135)

* Force an upgrade to a newer version of antsibull

(cherry picked from commit d816a5966e)
5 years ago
..
cli Prepare ansible-test for inclusion in setup.py (#60294) 6 years ago
completion Update ansible-base test container to 1.5.0. (#70856) (#70857) 5 years ago
injector Code cleanup in ansible-test. 6 years ago
playbooks Internally redirect win modules to collection name (#68317) 6 years ago
pytest/plugins [stable-2.10] fix collection package root location under pytest >=6.0.0 (#70963) 5 years ago
requirements Antsibull build format backport 71080 (#71285) 5 years ago
sanity Make changelog tool be more strict about suffixes (#70909) (#71135) 5 years ago
setup [stable-2.10] Pin ansible-test requirements for RHEL. 6 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 ansible-test requirements installation. 6 years ago
inventory Update ansible-test collection inventory handling. (#61031) 6 years ago
pytest.ini Explicitly set junit_family=xunit1 @ pytest config 6 years ago
quiet_pip.py Fix ansible-test pip filter on Fedora 32. 6 years ago
versions.py Ignore warnings in ansible-test environment check. 6 years ago
virtualenvcheck.py Work around virtualenv/venv issue in ansible-test. (#62111) 6 years ago
yamlcheck.py Relocate ansible-test code. (#60147) 6 years ago