mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-23 13:20:23 -07:00
Fix Python 3.12 unit tests (#7348)
* Re-enable Python 3.12 unit tests. * Stop using deprecated alias. * Stop using long deprecated subset comparison function. * Avoid another alias. * Fix name, add Python 2 compatibility. * Properly make backwards compatible.
This commit is contained in:
parent
160e00e5b9
commit
6c9713b36c
9 changed files with 55 additions and 41 deletions
|
@ -127,7 +127,7 @@ stages:
|
|||
- test: 3.9
|
||||
- test: '3.10'
|
||||
- test: '3.11'
|
||||
# - test: '3.12' TODO
|
||||
- test: '3.12'
|
||||
- stage: Units_2_16
|
||||
displayName: Units 2.16
|
||||
dependsOn: []
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue