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
Matt Martz 2732cde031
Support using importlib on py>=3 to avoid imp deprecation (#54883)
* Support using importlib on py>=3 to avoid imp deprecation

* Add changelog fragment

* importlib coverage for py3

* Ansiballz execute should use importlib too

* recursive module_utils finder should utilize importlib too

* don't be dumb

* Fix up units

* Clean up tests

* Prefer importlib.util in plugin loader when available

* insert the module into sys.modules

* 3 before 2 for consistency

* ci_complete

* Address importlib.util.find_spec returning None
5 years ago
..
cache Update ansible-test sanity command. (#31958) 7 years ago
env Add `env` command to ansible-test and run in CI. (#50176) 6 years ago
integration vmware: import prepare_vmware_tests 5 years ago
legacy Migrate Scaleway tests to integration tests 6 years ago
results Collect data from integration test runs. (#28650) 7 years ago
runner ansible-test yamllint: fix UnicodeDecodeError (#55364) 6 years ago
sanity crypto modules: use module_utils.compat.ipaddress when possible (#55278) 6 years ago
units Support using importlib on py>=3 to avoid imp deprecation (#54883) 5 years ago
utils Add Hetzner Cloud to CI integration tests. 6 years ago