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/lib/ansible_test/_internal
Sloane Hertel 48dfe8e215
add Python 3.12 support to ansible-test (#80834)
* update docker containers versions to use newer ansible-test ref in the pre-built venvs

* Allow invoking ansible-test with Python 3.12

* Add python3.12 to the INTERPRETER_PYTHON_FALLBACK

* changelog

* add Python 3.12 as a non-default Python version for the test containers

* Update mypy ignores for Python 3.12

* Add Python 3.12 to CI matrix for unit tests, generic tests, and galaxy

* Update unit test for using the Python 2 collection loader path with Python 3.

Skip the existing test on Python 3.12, since find_module is removed.

Suppress the pre-existing deprecation warnings using the Python 2
codepath with Python 3.

Add a test for Python >= 3.12, which doesn't call find_module.

* Ignore sanity test errors on systems without libselinux present.
2 years ago
..
ci ansible-test - Use raise from to handle exceptions (#80905) 3 years ago
classification Remove `docs` and `examples` directories (#81011) 2 years ago
cli ansible-test - Fix timeout handling (#80764) 3 years ago
commands ansible-test: cloudstack: bump test container version (#81319) 2 years ago
compat ansible-test - Improve code formatting (#79983) 3 years ago
dev ansible-test - Improve code formatting (#79983) 3 years ago
provider Remove `docs` and `examples` directories (#81011) 2 years ago
__init__.py ansible-test - Avoid using atexit module (#81096) 3 years ago
ansible_util.py ansible-test - Improve code formatting (#79983) 3 years ago
become.py ansible-test - Improve code formatting (#79983) 3 years ago
bootstrap.py ansible-test - Improve code formatting (#79983) 3 years ago
cache.py ansible-test - Improve code formatting (#79983) 3 years ago
cgroup.py ansible-test - Improve code formatting (#79983) 3 years ago
completion.py ansible-test - Improve code formatting (#79983) 3 years ago
config.py ansible-test - Remove deprecated features (#80558) 3 years ago
connections.py ansible-test - Improve code formatting (#79983) 3 years ago
constants.py ansible-test - Improve container management. (#78550) 3 years ago
containers.py ansible-test - Avoid using atexit module (#81096) 3 years ago
content_config.py ansible-test - Use more native type hints. (#78435) 3 years ago
core_ci.py ansible-test - Remove obsolete WinRM setup script (#81249) 2 years ago
coverage_util.py add coverage for Python 3.12 (#81125) 2 years ago
data.py ansible-test - Fix traceback when mixing sources (#80801) 3 years ago
delegation.py ansible-test - Remove deprecated features (#80558) 3 years ago
diff.py ansible-test - Use raise from to handle exceptions (#80905) 3 years ago
docker_util.py ansible-test - Always use unique container names (#80724) 3 years ago
encoding.py ansible-test - Use more native type hints. (#78435) 3 years ago
executor.py ansible-test - Improve code formatting (#79983) 3 years ago
git.py ansible-test - local change detection without --fork-point (#79734) 3 years ago
host_configs.py ansible-test - Improve code formatting (#79983) 3 years ago
host_profiles.py ansible-test - Always use unique container names (#80724) 3 years ago
http.py ansible-test - Use raise from to handle exceptions (#80905) 3 years ago
init.py ansible-test - Code cleanup and refactoring. (#77169) 4 years ago
inventory.py ansible-test - Support RSA SHA-1 for SSH clients. 3 years ago
io.py ansible-test - Improve code formatting (#79983) 3 years ago
junit_xml.py ansible-test - split controller/target testing (#75605) 4 years ago
locale_util.py ansible-test - Improve code formatting (#79983) 3 years ago
metadata.py ansible-test - Update git diff handling (#80202) 3 years ago
payload.py ansible-test - Avoid using atexit module (#81096) 3 years ago
provisioning.py ansible-test - Avoid using atexit module (#81096) 3 years ago
pypi_proxy.py ansible-test - Avoid using atexit module (#81096) 3 years ago
python_requirements.py add Python 3.12 support to ansible-test (#80834) 2 years ago
ssh.py ansible-test - Improve code formatting (#79983) 3 years ago
target.py ansible-test - Allow target prefixes to use `_` (#80021) 3 years ago
test.py ansible-test - Fix timeout handling (#80764) 3 years ago
thread.py ansible-test - Improve code formatting (#79983) 3 years ago
timeout.py ansible-test - Fix handling of long timeouts (#80769) 3 years ago
util.py ansible-test - Fix sanity traceback with `-e` opt (#81271) 2 years ago
util_common.py ansible-test - Fix sanity traceback with `-e` opt (#81271) 2 years ago
venv.py ansible-test - Improve code formatting (#79983) 3 years ago