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/units
James Cammarata d8ae4dfbf2 Adding aliases for field attributes and renaming async attribute (#33141)
* Adding aliases for field attributes and renaming async attribute

As of Python 3.7, the use of async raises an error, whereas before the use
of the reserved word was ignored. This adds an alias field for field attrs
so that both async and async_val (interally) work. This allows us to be
backwards-compatible with 3rd party plugins that may still reference Task.async,
but for the core engine to work on Py3.7+.

* Remove files fixed for 'async' usage from the python 3.7 skip list
7 years ago
..
cli Fix vault --ask-vault-pass with no tty (#31493) 7 years ago
config additional configmanager tests 7 years ago
contrib
errors
executor Adding aliases for field attributes and renaming async attribute (#33141) 7 years ago
inventory_test_data/group_vars
mock
module_utils jsonify inventory (#32990) 7 years ago
modules Adding RPC attribute parameters to junos_rpc network module (#32649) 7 years ago
parsing Fix invalid string escape sequences. 7 years ago
playbook Fix invalid string escape sequences. 7 years ago
plugins Adding aliases for field attributes and renaming async attribute (#33141) 7 years ago
template Fix invalid string escape sequences. 7 years ago
utils
vars
__init__.py
ansible.cfg Fix ansible-test config management. 7 years ago
conftest.py
test_constants.py