We have a new "import" sanity test in
ansible-test and CI now. It will detect imports of python modules
not in the standard library in either modules or module_utils which
are not protected by a try/except block.(mattclay,
17:06:02)
We will be extending this test to cover plugins
as well.(mattclay,
17:06:29)
We will be dropping testing of Fedora 24 and 25
with python 2 on Shippable and adding Fedora 25 and 26 with python
3.(mattclay,
17:07:00)
Replacing pep8 with pycodestyle (https://github.com/ansible/ansible/pull/25947)(mattclay, 17:09:06)
ACTION: mattclay to
merge PR once CI passes(mattclay,
17:21:15)
Community Wiki (https://github.com/ansible/community/issues/114#issuecomment-310875236)(mattclay, 17:22:11)
Testing Wiki exists at
https://github.com/ansible/community/wiki/Testing(gundalow,
17:25:51)
Existing files which don't pass the import
sanity test:
https://github.com/ansible/ansible/blob/devel/test/sanity/import/skip.txt(mattclay,
17:30:41)