Skip to content
This repository was archived by the owner on May 19, 2025. It is now read-only.

Commit 69d7b99

Browse files
committed
automatic update files: test-requirements.txt tox.ini
1 parent 7425926 commit 69d7b99

File tree

2 files changed

+23
-17
lines changed

2 files changed

+23
-17
lines changed

test-requirements.txt

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
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

tox.ini

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,19 +8,25 @@ skipsdist = true
88

99
[testenv]
1010
passenv = *
11+
12+
# allowlist_externals =
13+
# /usr/bin/find
14+
# /bin/sh
15+
# rm
16+
1117
deps =
1218
-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
1619
ansible_4.10: ansible>=4.10,<4.11
1720
ansible_5.1: ansible>=5.1,<5.2
1821
ansible_5.2: ansible>=5.2,<5.3
22+
ansible_5.10: ansible>=5.10,<5.11
1923
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
2026

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 \{\} +;'
2430

2531
commands =
2632
{posargs:molecule test --all --destroy always}

0 commit comments

Comments
 (0)