Skip to content

Commit

Permalink
Fix molecule tests for spm-toolbox (#10)
Browse files Browse the repository at this point in the history
* use only requirements.txt with explciit versions

* usee working requirements form spm-middleware

---------

Co-authored-by: Roman Muntean <[email protected]>
  • Loading branch information
romakarol and Roman Muntean authored Oct 23, 2024
1 parent c926426 commit 700ce23
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 24 deletions.
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

0 comments on commit 700ce23

Please sign in to comment.