Skip to content

Commit

Permalink
chore: update to latest molecule
Browse files Browse the repository at this point in the history
  • Loading branch information
mnaser committed Jan 20, 2024
1 parent 1eac656 commit 4bf5e6e
Show file tree
Hide file tree
Showing 3 changed files with 55 additions and 133 deletions.
2 changes: 1 addition & 1 deletion molecule/default/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
dependency:
name: galaxy
driver:
name: delegated
name: default
ssh_connection_options:
- -o ControlMaster=auto
- -o ControlPersist=270s
Expand Down
183 changes: 52 additions & 131 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ netaddr = "^0.8.0"
[tool.poetry.group.dev.dependencies]
flake8 = "^5.0.4"
flake8-isort = "^4.2.0"
molecule = {version = "^4.0.4", extras = ["docker"]}
molecule = "^6.0.3"
molecule-plugins = {extras = ["docker"], version = "^23.5.0"}
oslo-log = "^5.2.0"
pytest = "^7.1.3"
pytest-cov = "^3.0.0"
Expand Down

0 comments on commit 4bf5e6e

Please sign in to comment.