mirror of
https://github.com/zebrajr/ansible.git
synced 2025-12-06 00:19:48 +01:00
Previously, the integration test depended on luck. `setuptools` used to be bundled in Python stdlib's `ensurepip`. Python 3.12 and newer no longer include it. This test imports `pkg_resources` that is a part of `setuptools`, meaning that it'll run out of luck at some point, under newer Python runtimes. This test does not seem to be useful to us so instead of fixing it, we remove it from the repo [[1]]. Supersedes #84681. [1]: https://github.com/ansible/ansible/pull/84681#discussion_r1945525317 |
||
|---|---|---|
| .. | ||
| integration | ||
| lib/ansible_test | ||
| sanity | ||
| support | ||
| units | ||