This repository was archived by the owner on May 19, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +23
-17
lines changed Expand file tree Collapse file tree 2 files changed +23
-17
lines changed Original file line number Diff line number Diff line change 1
- ansible-lint==5.4.0
2
- molecule==4.0.1
3
- molecule-docker==2.0.0
4
- docker==5.0.3
5
- yamllint==1.27.1
6
- flake8==4.0.1
7
- pytest==7.1.2
8
- pytest-testinfra==6.8.0
9
- tox==3.25.1
10
- tox-gh-actions==2.9.1
11
- netaddr==0.8.0
1
+ ansible-lint
2
+ docker
3
+ flake8
4
+ molecule
5
+ molecule-docker
6
+ netaddr
7
+ pytest
8
+ pytest-testinfra
9
+ tox
10
+ tox-gh-actions
11
+ yamllint
Original file line number Diff line number Diff line change @@ -8,19 +8,25 @@ skipsdist = true
8
8
9
9
[testenv]
10
10
passenv = *
11
+
12
+ # allowlist_externals =
13
+ # /usr/bin/find
14
+ # /bin/sh
15
+ # rm
16
+
11
17
deps =
12
18
-r test-requirements.txt
13
- ansible_2.9: ansible>=2.9,<2.10
14
- ansible_2.10: ansible>=2.10,<2.11
15
- ansible_3.4: ansible>=3.4,<3.5
16
19
ansible_4.10: ansible>=4.10,<4.11
17
20
ansible_5.1: ansible>=5.1,<5.2
18
21
ansible_5.2: ansible>=5.2,<5.3
22
+ ansible_5.10: ansible>=5.10,<5.11
19
23
ansible_6.1: ansible>=6.1,<6.2
24
+ ansible_6.7: ansible>=6.7,<6.8
25
+ ansible_7.0: ansible>=7.0,<7.1
20
26
21
- commands_pre =
22
- /usr/bin/find {toxinidir} -type f -not -path ' {toxworkdir}/*' -path ' */__pycache__/*' -name ' *.py[c|o]' -delete
23
- /bin/sh -c ' /usr/bin/find {homedir}/.cache -type d -path "*/molecule_*" -exec rm -rfv \{\} +;'
27
+ # commands_pre =
28
+ # /usr/bin/find {toxinidir} -type f -not -path '{toxworkdir}/*' -path '*/__pycache__/*' -name '*.py[c|o]' -delete
29
+ # /bin/sh -c '/usr/bin/find {homedir}/.cache -type d -path "*/molecule_*" -exec rm -rfv \{\} +;'
24
30
25
31
commands =
26
32
{posargs:molecule test --all --destroy always}
You can’t perform that action at this time.
0 commit comments