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.
mitogen/tests/ansible/integration/interpreter_discovery
Alex Willmer c2ad52e54e tests: Fix tests using get_url across Python versions
Using https:// requires certificate store management and additional parameter
passing that changed across Ansible and Python versions. Using http:// allows
the same tests to be used across wider spans of Python version on the
controller, and Python verison on the targets.

Python 3.12 on a target + get_uri needs Ansible >= 8 (ansible-core >= 2.15).
Python 3.12 removed deprecated httplib.HTTPSConnection() arguments.
https://github.com/ansible/ansible/pull/80751
7 months ago
..
all.yml Revert "Revert "fixed tests for ansible 2.12"" 3 years ago
ansible_2_8_tests.yml tests: Enable stricter error handling, fix resulting failures 2 years ago
complex_args.yml tests: Fix tests using get_url across Python versions 7 months ago