mirror of https://github.com/ansible/ansible.git
ansible-test - Clean up old Python 2 compat code (#81962)
* Update generated code __future__ import * Remove Python 2.x compat from compile sanity test * Remove __metaclass__ from pylint good names list * Remove Python 2.x compat from ansible-test injector * Remove Python 2.x compat from ansible-test importer * Remove Python 2.x compat from ansible-test units * Remove Python 2.x compat from validate-modules * Remove Python 2.x compat from pylint plugins * Remove more Python 2.x compat from ansible-test * Remove Python 2.x openssl detection in ansible-test * Remove obsolete Python 2.x comment * Remove obsolete ansible-test Python 2.x support * Remove unused bootstrap script functions * Keep mypy happy * Remove unused imports * Keep pylint happypull/81964/head
parent
3ae8541133
commit
f5c742cdfd
@ -1,2 +1 @@
|
||||
# Empty __init__.py to allow importing of `ansible_test._util.target.common` under Python 2.x.
|
||||
# This allows the ansible-test entry point to report supported Python versions before exiting.
|
||||
# Empty __init__.py to allow relative imports to work under mypy.
|
||||
|
@ -1,2 +1 @@
|
||||
# Empty __init__.py to allow importing of `ansible_test._util.target.common` under Python 2.x.
|
||||
# This allows the ansible-test entry point to report supported Python versions before exiting.
|
||||
# Empty __init__.py to keep pylint happy.
|
||||
|
@ -1,2 +1 @@
|
||||
# Empty __init__.py to allow importing of `ansible_test._util.target.common` under Python 2.x.
|
||||
# This allows the ansible-test entry point to report supported Python versions before exiting.
|
||||
# Empty __init__.py to keep pylint happy.
|
||||
|
@ -1,2 +0,0 @@
|
||||
# Empty __init__.py to allow importing of `ansible_test._util.target.common` under Python 2.x.
|
||||
# This allows the ansible-test entry point to report supported Python versions before exiting.
|
Loading…
Reference in New Issue