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
Matt Clay 85acf4d1e5
ansible-test - Avoid use of deprecated type hints. (#78456)
* ansible-test - Avoid use of deprecated type hints.

PEP 585 deprecated many container types in the `typing` module in favor of the actual types, which support subscripting as of Python 3.9.

Conversion of `t.Type` was skipped since PyCharm does not currently recognize it.

* ansible-test - Fix `t` and `c` imports/shadowing.
3 years ago
..
_data ansible-test - Update base and default containers. (#78377) 3 years ago
_internal ansible-test - Avoid use of deprecated type hints. (#78456) 3 years ago
_util ansible-test - Drop Python 3.8 controller support. (#78237) 3 years ago
config ansible-test - Remove azure support for Sherlock. 4 years ago
__init__.py ansible-test - Clean up future boilerplate. (#76874) 4 years ago