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
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
..
cache Update ansible-test sanity command. (#31958) 7 years ago
compile Adding aliases for field attributes and renaming async attribute (#33141) 7 years ago
integration Fixes #30863: support update source_address_prefix in azure_rm_securitygroup (#32614) 7 years ago
legacy cloudscale_server: add timeout param and increase default timeout (#33088) 7 years ago
results Collect data from integration test runs. (#28650) 7 years ago
runner Use an abspath for network inventory ssh key path. 7 years ago
sanity Fix anomalous backslashes and enable pylint test. 7 years ago
units Adding aliases for field attributes and renaming async attribute (#33141) 7 years ago
utils Use vyos/1.1.8 in CI. 7 years ago