ansible/test/sanity/code-smell
Tim Rupp 290df027e3
Adds the ipaddress compat library backport from Python 3.x (#42265)
This library is a backport (to 2.x versions of Python) of the code
that is found in the mainline versions of Python 3.x. It is being
included so that networking vendors, and others, can make use of it
without needing to add a python module dependency to their own modules.

A separate dependency would add to user burden of satisfying those
dependencies before using some Ansible modules.

In a previous core meeting, this was approved. Naming of the directory
it is found in was up for debate, but "compat" was the first directory
to have some sort of concensus.
2018-07-17 11:37:23 -07:00
..
azure-requirements.json
azure-requirements.py
boilerplate.json
boilerplate.py
changelog.json Implement new changelog generator. 2018-06-05 19:08:15 -07:00
changelog.py Implement new changelog generator. 2018-06-05 19:08:15 -07:00
configure-remoting-ps1.json
configure-remoting-ps1.py
docs-build.json Make docs-build sanity test disabled by default. 2018-05-09 17:55:00 -07:00
docs-build.py
empty-init.json
empty-init.py
integration-aliases.json
line-endings.json
line-endings.py
no-assert.json
no-assert.py Adds the ipaddress compat library backport from Python 3.x (#42265) 2018-07-17 11:37:23 -07:00
no-basestring.json
no-basestring.py
no-dict-iteritems.json
no-dict-iteritems.py
no-dict-iterkeys.json
no-dict-iterkeys.py
no-dict-itervalues.json
no-dict-itervalues.py
no-get-exception.json
no-get-exception.py
no-illegal-filenames.json
no-illegal-filenames.py
no-smart-quotes.json
no-smart-quotes.py
no-tests-as-filters.json
no-tests-as-filters.py
no-underscore-variable.json
no-underscore-variable.py
no-unicode-literals.json
no-unicode-literals.py Adds the ipaddress compat library backport from Python 3.x (#42265) 2018-07-17 11:37:23 -07:00
replace-urlopen.json
replace-urlopen.py Add requests.Session like class (#37622) 2018-06-01 11:44:20 -05:00
required-and-default-attributes.json
required-and-default-attributes.py
shebang.json
shebang.py Fix shebangs and file modes and update tests. (#40563) 2018-05-22 14:25:36 -07:00
skip.txt
test-constraints.json
test-constraints.py
use-argspec-type-path.json
use-argspec-type-path.py expand user before calling abspath (#40196) 2018-06-13 21:18:02 -04:00
use-compat-six.json
use-compat-six.py