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/units
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.
11 months ago
..
_vendor Improve unit test code coverage (#80683) 1 year ago
ansible_test Improve code coverage of unit tests (#80904) 1 year ago
cli Add pymarkdown sanity test for core (#81220) 12 months ago
compat Clean up unused imports in unit tests (#79893) 1 year ago
config Add test for 256-color configuration values (#78613) 11 months ago
errors Clean up unit tests. (#78498) 2 years ago
executor Remove Python 3.5 support (#80972) 1 year ago
galaxy Consider all configured collection paths when installing collections (#81243) 11 months ago
inventory Fix pointless statements in unit tests (#79940) 1 year ago
inventory_test_data/group_vars Merge branch 'v2_final' into devel_switch_v2 9 years ago
mock More unit test code coverage improvements (#81136) 1 year ago
module_utils ansible-test - update module_utils/urls.py unit test to support cryptography >= 41.0.0 (#81296) 11 months ago
modules Improve code coverage of unit tests (#81119) 1 year ago
parsing Improve code coverage of unit tests (#81119) 1 year ago
playbook Fix pylint disallowed-name errors (#80854) 1 year ago
plugins Replace `reboot_command` integration test with unit tests (#78956) 12 months ago
regex Add toggle to control invalid character substitution in group names (#52748) 5 years ago
template Clean up unused imports in unit tests (#79893) 1 year ago
utils add Python 3.12 support to ansible-test (#80834) 11 months ago
vars More unit test code coverage improvements (#81136) 1 year ago
__init__.py Add empty-init code-smell script. (#18406) 8 years ago
requirements.txt Remove Python 3.9 support for the controller (#80973) 12 months ago
test_context.py Clean up unit test boilerplate. 4 years ago
test_no_tty.py ansible-test - Fix subprocess management. (#77641) 2 years ago