Skip to content

Commit

Permalink
Workaround for avoiding incompatible ansible-creator version
Browse files Browse the repository at this point in the history
  • Loading branch information
ssbarnea committed Oct 15, 2024
1 parent 1828190 commit bfb2cc8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ repos:
args:
- --output-format=colorized
additional_dependencies:
- ansible-creator<24.10.0
- "ansible-creator<24.10.0"
- ansible-navigator
- django
- gunicorn
Expand All @@ -114,7 +114,7 @@ repos:
hooks:
- id: mypy
additional_dependencies:
- ansible-creator<24.10.0
- "ansible-creator<24.10.0"
- ansible-navigator
- django-stubs
- jinja2
Expand Down
1 change: 1 addition & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ description =
Run tests with ansible-core milestone branch and without dependencies constraints
deps =
ansible-core@ https://github.com/ansible/ansible/archive/milestone.tar.gz
ansible-creator<24.10.0
set_env =
{[testenv]set_env}
PIP_CONSTRAINT = /dev/null
Expand Down

0 comments on commit bfb2cc8

Please sign in to comment.