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/ci
Matt Clay 73fadc5e97
Clean up code in ansible-test. (#73379)
* Relocate code to fix type dependencies.

* Fix missing and unused imports.

* Fix type hints.

* Suppress PyCharm false positives.

* Avoid shadowing `file` built-in.

* Use json.JSONEncoder directly instead of super().

This matches the recommended usage and avoids a PyCharm warning.

* Remove redundant regex escape.

* Remove redundant find_python call.

* Use tarfile.open directly.

* Add changelog fragment.
4 years ago
..
__init__.py Clean up code in ansible-test. (#73379) 4 years ago
azp.py Fix Azure Pipelines change detection. (#72824) 4 years ago
local.py Cleanup provisioning code in ansible-test. (#73207) 4 years ago
shippable.py Update ansible-test default containers. (#69819) 4 years ago