mirror of
https://github.com/ansible-collections/ansible.posix.git
synced 2026-03-07 10:05:18 +01:00
Replace deprecated module_utils imports: - ansible.module_utils._text -> ansible.module_utils.common.text.converters - ansible.module_utils.six.PY3 -> removed (Python 2 code paths removed) Fixes #686 Co-authored-by: Cursor AI Signed-off-by: Pavel Bar <pbar@redhat.com>
3 lines
164 B
Text
3 lines
164 B
Text
tests/utils/shippable/timing.py shebang
|
|
tests/unit/mock/yaml_helper.py pylint:ansible-bad-import-from
|
|
tests/unit/modules/conftest.py pylint:ansible-bad-import-from
|