Skip to content

Commit

Permalink
automatic update files: test-requirements.txt tox.ini
Browse files Browse the repository at this point in the history
  • Loading branch information
bodsch committed Dec 24, 2022
1 parent cb873b3 commit fc34d84
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 14 deletions.
22 changes: 11 additions & 11 deletions test-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
ansible-lint==5.4.0
molecule==4.0.1
molecule-docker==2.0.0
docker==5.0.3
yamllint==1.27.1
flake8==4.0.1
pytest==7.1.2
pytest-testinfra==6.8.0
tox==3.25.1
tox-gh-actions==2.9.1
netaddr==0.8.0
ansible-lint
docker
flake8
molecule
molecule-docker
netaddr
pytest
pytest-testinfra
tox
tox-gh-actions
yamllint
12 changes: 9 additions & 3 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@ skipsdist = true

[testenv]
passenv = *

# allowlist_externals =
# /usr/bin/find
# /bin/sh
# rm

deps =
-r test-requirements.txt
ansible_4.10: ansible>=4.10,<4.11
Expand All @@ -18,9 +24,9 @@ deps =
ansible_6.7: ansible>=6.7,<6.8
ansible_7.0: ansible>=7.0,<7.1

commands_pre =
/usr/bin/find {toxinidir} -type f -not -path '{toxworkdir}/*' -path '*/__pycache__/*' -name '*.py[c|o]' -delete
/bin/sh -c '/usr/bin/find {homedir}/.cache -type d -path "*/molecule_*" -exec rm -rfv \{\} +;'
#commands_pre =
# /usr/bin/find {toxinidir} -type f -not -path '{toxworkdir}/*' -path '*/__pycache__/*' -name '*.py[c|o]' -delete
# /bin/sh -c '/usr/bin/find {homedir}/.cache -type d -path "*/molecule_*" -exec rm -rfv \{\} +;'

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

0 comments on commit fc34d84

Please sign in to comment.