Skip to content

Commit

Permalink
Merge pull request #219 from konstruktoid/passlib
Browse files Browse the repository at this point in the history
add passlib dependency
  • Loading branch information
konstruktoid authored Sep 29, 2023
2 parents 6fd3cf0 + e57f4f6 commit 113d58e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,11 @@ skipsdist = true
[testenv:devel]
passenv = *
deps =
git+https://github.com/ansible-community/ansible-lint.git
molecule-plugins[vagrant]@git+https://github.com/ansible-community/molecule-plugins.git
https://github.com/ansible/ansible/archive/devel.tar.gz
git+https://github.com/ansible-community/ansible-lint.git
git+https://github.com/docker/docker-py.git
molecule-plugins[vagrant]@git+https://github.com/ansible-community/molecule-plugins.git
passlib
commands =
ansible-galaxy install -r requirements.yml
ansible-lint
Expand All @@ -29,6 +30,7 @@ deps =
ansible-lint
docker
molecule-plugins[vagrant]
passlib
commands =
ansible-galaxy install -r requirements.yml
ansible-lint
Expand Down

0 comments on commit 113d58e

Please sign in to comment.