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/commands/integration/cloud
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.
2 years ago
..
__init__.py ansible-test - Avoid use of deprecated type hints. (#78456) 2 years ago
acme.py ansible-test - Use more native type hints. (#78435) 2 years ago
aws.py ansible-test - Avoid use of deprecated type hints. (#78456) 2 years ago
azure.py ansible-test - Avoid use of deprecated type hints. (#78456) 2 years ago
cloudscale.py ansible-test - Use more native type hints. (#78435) 2 years ago
cs.py ansible-test - Avoid use of deprecated type hints. (#78456) 2 years ago
digitalocean.py ansible-test - Use more native type hints. (#78435) 2 years ago
foreman.py ansible-test - Use more native type hints. (#78435) 2 years ago
galaxy.py ansible-test - Use more native type hints. (#78435) 2 years ago
gcp.py ansible-test - Use more native type hints. (#78435) 2 years ago
hcloud.py ansible-test - Avoid use of deprecated type hints. (#78456) 2 years ago
httptester.py ansible-test - Use more native type hints. (#78435) 2 years ago
nios.py ansible-test - Use more native type hints. (#78435) 2 years ago
opennebula.py ansible-test - Use more native type hints. (#78435) 2 years ago
openshift.py ansible-test - Use more native type hints. (#78435) 2 years ago
scaleway.py ansible-test - Use more native type hints. (#78435) 2 years ago
vcenter.py ansible-test - Use more native type hints. (#78435) 2 years ago
vultr.py ansible-test - Use more native type hints. (#78435) 2 years ago