Skip to content

Commit 59e2e73

Browse files
authored
Avoid broken version of ansible-compat that prevents ansible-lint to work with Python 3.14. (#961)
1 parent 9db655e commit 59e2e73

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

antsibull-nox.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,10 @@ skip_paths = [
8484
run_galaxy_importer = true
8585

8686
[sessions.ansible_lint]
87+
ansible_lint_package = [
88+
"ansible-lint",
89+
"ansible-compat < 25.8.2",
90+
]
8791

8892
[[sessions.ee_check.execution_environments]]
8993
name = "devel-ubi-9"

0 commit comments

Comments
 (0)