Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix molecule tests for spm-toolbox #10

Merged
merged 2 commits into from
Oct 23, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ Contributions must meet a minimum criteria:
* Docker CE
* Python >= 3.6
* Creating a Python `venv` is highly recommended!
* Python modules listed in `ci-requirements.txt`
* Can be installed using `pip install -r ci-requirements.txt`
* Python modules listed in `requirements.txt`
* Can be installed using `pip install -r requirements.txt`
* Repository cloned to `.../ansible_collections/<collection_namespace>/<collection_name>`

## Dev Environment
Expand Down
12 changes: 0 additions & 12 deletions ci-requirements.txt

This file was deleted.

2 changes: 1 addition & 1 deletion galaxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ namespace: merative
name: spm_toolbox

# The version of the collection. Must be compatible with semantic versioning
version: 1.1.1
version: 1.1.2

# The path to the Markdown (.md) readme file. This path is relative to the root of the collection
readme: README.md
Expand Down
19 changes: 10 additions & 9 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
ansible
pywinrm
molecule
molecule-docker
docker
ansible-lint
yamllint
passlib
jmespath
ansible==8.7.0
pywinrm==0.4.3
molecule==6.0.3
molecule-docker==2.1.0
docker==7.1.0
ansible-lint==6.22.2
yamllint==1.35.1
passlib==1.7.4
jmespath==1.0.1
requests==2.31.0
Loading