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/units/plugins
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
..
action Adding aliases for field attributes and renaming async attribute (#33141) 2017-11-22 12:35:58 -08:00
cache Disable abstract-class-instantiated for smoketests 2017-07-25 15:58:23 -07:00
callback better cleanup on task results display (#27175) 2017-10-16 09:44:11 -04:00
connection ANSIBLE_SSH_USETTY configuration option (#33148) 2017-11-22 11:19:43 -05:00
filter Add new filter to parse xml output for network use cases (#31562) 2017-11-21 12:16:18 +05:30
inventory Config continued (#31024) 2017-11-16 13:49:57 -05:00
lookup Ansible Config part2 (#27448) 2017-08-15 16:38:59 -04:00
shell Add empty-init code-smell script. (#18406) 2016-11-07 15:02:13 -08:00
strategy test/: PEP8 compliancy (#24803) 2017-05-30 18:05:19 +01:00
vars Add empty-init code-smell script. (#18406) 2016-11-07 15:02:13 -08:00
__init__.py Add empty-init code-smell script. (#18406) 2016-11-07 15:02:13 -08:00
test_plugins.py Ansible Config part2 (#27448) 2017-08-15 16:38:59 -04:00