Skip to content

Commit

Permalink
add passlib dependency
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Sjögren <[email protected]>
  • Loading branch information
konstruktoid committed Sep 29, 2023
1 parent 6fd3cf0 commit e57f4f6
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 e57f4f6

Please sign in to comment.