1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00
community.general/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
2017-11-22 12:35:58 -08:00
..
cache Update ansible-test sanity command. (#31958) 2017-10-26 00:21:46 -07:00
compile Adding aliases for field attributes and renaming async attribute (#33141) 2017-11-22 12:35:58 -08:00
integration Fixes #30863: support update source_address_prefix in azure_rm_securitygroup (#32614) 2017-11-21 22:20:00 -05:00
legacy cloudscale_server: add timeout param and increase default timeout (#33088) 2017-11-22 10:30:31 +01:00
results Collect data from integration test runs. (#28650) 2017-08-25 18:14:47 -04:00
runner Use an abspath for network inventory ssh key path. 2017-11-22 11:10:22 -08:00
sanity Fix anomalous backslashes and enable pylint test. 2017-11-21 23:22:51 -08:00
units Adding aliases for field attributes and renaming async attribute (#33141) 2017-11-22 12:35:58 -08:00
utils Use vyos/1.1.8 in CI. 2017-11-22 10:02:25 -08:00