Skip to content

Commit 08248b1

Browse files
committed
[stable-only] CI: Fix pep8 ansible-compat version
For some reason pep8 job on 2025.1 (probably upper-constraints) is not installing the latest ansible-lint version - but is installing ansible-compat that is required in the latest ansible-lint version. This unfortunately results in the following error and failure: an AnsibleCollectionFinder has not been installed in this process Change-Id: I3484163f3c3198e8500e4e464499ce5776e71a5f Signed-off-by: Michal Nasiadka <[email protected]>
1 parent 00ebf58 commit 08248b1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test-requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
ansible-core>=2.17,<2.19 ; python_version >= "3.10" # GPLv3
2+
ansible-compat<25.8 # MIT
23
ansible-lint<26 # MIT
34
bandit!=1.6.0,>=1.1.0 # Apache-2.0
45
bashate>=0.5.1 # Apache-2.0

0 commit comments

Comments
 (0)