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
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
..
ansible_test ansible-test - Move code from _data to _util. (#75495) 4 years ago
integration Re-organize CI test groups for POSIX tests. (#77420) 3 years ago
lib/ansible_test ansible-test - Avoid use of deprecated type hints. (#78456) 3 years ago
sanity Add support for gzip decoding responses (#41925) 4 years ago
support Remove incidental_inventory_foreman test. 4 years ago
units Fix listing collections that are missing the metadata required by build (#76596) 3 years ago
utils/shippable Remove incidental_inventory_foreman test. 4 years ago