diff options
author | Matt Martz <matt@sivel.net> | 2020-03-13 21:47:34 +0100 |
---|---|---|
committer | Matt Martz <matt@sivel.net> | 2020-03-23 17:14:21 +0100 |
commit | 26da443fd299872ab246800c74c3ba568378305a (patch) | |
tree | 36672363ef21b22ef36b4e7865a0b4e01a4abd82 /test/integration/targets/collections_relative_imports | |
parent | Update ansible-test network test provisioning. (#68220) (diff) | |
download | ansible-26da443fd299872ab246800c74c3ba568378305a.tar.xz ansible-26da443fd299872ab246800c74c3ba568378305a.zip |
Address compat issue for collection loading on py26 (#68219)
* Address compat issue for collection loading on py26
* Move import_module shim to utils for compat across the codebase
* Enable collection tests on py2.6
* Update changelog fragment
* Simplify code using sys.moduls
* Move compat to module_utils/compat/importlib
* Add back errantly deleted newline
* Remove hack comment
Co-Authored-By: Matt Clay <matt@mystile.com>
Co-authored-by: Matt Clay <matt@mystile.com>
Diffstat (limited to 'test/integration/targets/collections_relative_imports')
-rw-r--r-- | test/integration/targets/collections_relative_imports/aliases | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/integration/targets/collections_relative_imports/aliases b/test/integration/targets/collections_relative_imports/aliases index 54ea5a3b07..a6dafcf8cd 100644 --- a/test/integration/targets/collections_relative_imports/aliases +++ b/test/integration/targets/collections_relative_imports/aliases @@ -1,2 +1 @@ shippable/posix/group1 -skip/python2.6 |