Skip to content
This repository has been archived by the owner on Jun 19, 2023. It is now read-only.

Commit

Permalink
build(POETRY): avoid broken ansible-compat version
Browse files Browse the repository at this point in the history
  • Loading branch information
niall-byrne committed Jan 28, 2022
1 parent 7a04a19 commit 7dbd629
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ python = ">=3.6.1,<4.0"
ansible = "^4.1.0"

[tool.poetry.dev-dependencies]
ansible-compat = "!=1.0.0" # https://github.com/ansible-community/ansible-compat/issues/114
ansible-lint = "^5.0.8"
commitizen = "^2.17.6"
molecule = {extras = ["docker"], version = "^3.3.0"}
Expand Down

0 comments on commit 7dbd629

Please sign in to comment.