1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2026-03-29 16:37:42 +00:00
community.general/tests/unit/plugins
Felix Fontein e550a0f58f
[stable-10] CI: Add Python 3.14 unit tests (#10511) (#10517)
* CI: Add Python 3.14 unit tests (#10511)

* Add Python 3.14 unit tests.

* Skip test if github cannot be imported.

It currently cannot be imported because nacl isn't compatible with Python 3.14 yet,
and importing github indirectly tries to import nacl, which fails as it uses a
type from typing that got removed in 3.14.

* Skip test if paramiko cannot be imported.

(cherry picked from commit 6ce9f805a8)

* Skip proxmox connection test if paramiko cannot be imported.
2025-07-30 06:53:42 +02:00
..
become add systemd run0 as a become method (#8306) 2024-05-11 16:53:44 +02:00
cache Remove unnecessary test imports (#5978) 2023-02-12 21:05:08 +01:00
callback [PR #9921/410cf72a backport][stable-10] Unit tests: replace mock and compat with code from community.internal_test_tools (#9922) 2025-03-22 14:20:45 +01:00
connection [stable-10] CI: Add Python 3.14 unit tests (#10511) (#10517) 2025-07-30 06:53:42 +02:00
filter [PR #9921/410cf72a backport][stable-10] Unit tests: replace mock and compat with code from community.internal_test_tools (#9922) 2025-03-22 14:20:45 +01:00
inventory [PR #9921/410cf72a backport][stable-10] Unit tests: replace mock and compat with code from community.internal_test_tools (#9922) 2025-03-22 14:20:45 +01:00
lookup [PR #10359/16d6e4a8 backport][stable-10] dependent lookup: avoid deprecated ansible-core 2.19 functionality (#10365) 2025-07-08 06:52:54 +02:00
module_utils [PR #10264/74ed0fc4 backport][stable-10] import mocks from community.internal_test_tools (#10265) 2025-06-17 21:24:11 +02:00
modules [stable-10] CI: Add Python 3.14 unit tests (#10511) (#10517) 2025-07-30 06:53:42 +02:00
plugin_utils [PR #9918/8ab8010b backport][stable-10] Use more unit test utils from community.internal_test_tools (#9919) 2025-03-22 13:52:39 +01:00