Skip to content

Commit

Permalink
External pip dependencies and fix (temporary?) issue: ansible-communi…
Browse files Browse the repository at this point in the history
…ty molecule issues 3903
  • Loading branch information
robert-de-bock committed May 3, 2023
1 parent d3e713f commit 9cef26b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 14 deletions.
16 changes: 6 additions & 10 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
# These role have been tested with these PIP component.
# To install the required version yourself, use a command as:
# `python -m pip --user install -r requirements.txt`
# See the pip requirements file documentation for details:
# https://pip.pypa.io/en/stable/user_guide/#requirements-files
#
# Tests run on the previous and current (latest) version of Ansible.
ansible>=2.12
# Some Jinja2 filters are used that are available in the newer releases.
jinja2>=2.11.2
# Pinning ansible-compat version due to [bug](https://github.com/ansible-community/molecule/issues/3903)
ansible-compat == 3.0.2
molecule == 5.*
molecule-plugins[docker] == 23.*
ansible-lint == 6.*
paramiko == 3.*
5 changes: 1 addition & 4 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,10 @@ skipsdist = true

[testenv]
deps =
-rrequirements.txt
ansible5: ansible == 5.*
ansible6: ansible == 6.*
ansible7: ansible == 7.*
molecule == 5.*
molecule-plugins[docker] == 23.*
ansible-lint == 6.*
paramiko == 3.*
commands = molecule test
setenv =
TOX_ENVNAME={envname}
Expand Down

0 comments on commit 9cef26b

Please sign in to comment.