-
Notifications
You must be signed in to change notification settings - Fork 664
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixes: #3702
- Loading branch information
Showing
13 changed files
with
153 additions
and
137 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
mkdocs-ansible[lock]>=0.1.4 | ||
pipdeptree>=2.4.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
# | ||
# This file is autogenerated by pip-compile with Python 3.9 | ||
# by the following command: | ||
# | ||
# pip-compile --no-annotate --output-file=.config/requirements-lock.txt --resolver=backtracking --strip-extras --unsafe-package=ruamel-yaml-clib pyproject.toml | ||
# | ||
ansible-compat==3.0.2 | ||
ansible-core==2.14.4 | ||
arrow==1.2.3 | ||
attrs==23.1.0 | ||
binaryornot==0.4.4 | ||
certifi==2022.12.7 | ||
cffi==1.15.1 | ||
chardet==5.1.0 | ||
charset-normalizer==3.1.0 | ||
click==8.1.3 | ||
click-help-colors==0.9.1 | ||
cookiecutter==2.1.1 | ||
cryptography==40.0.2 | ||
enrich==1.2.7 | ||
idna==3.4 | ||
jinja2==3.1.2 | ||
jinja2-time==0.2.0 | ||
jsonschema==4.17.3 | ||
markdown-it-py==2.2.0 | ||
markupsafe==2.1.2 | ||
mdurl==0.1.2 | ||
packaging==23.1 | ||
pluggy==1.0.0 | ||
pycparser==2.21 | ||
pygments==2.15.1 | ||
pyrsistent==0.19.3 | ||
python-dateutil==2.8.2 | ||
python-slugify==8.0.1 | ||
pyyaml==6.0 | ||
requests==2.28.2 | ||
resolvelib==0.8.1 | ||
rich==13.3.4 | ||
six==1.16.0 | ||
subprocess-tee==0.4.1 | ||
text-unidecode==1.3 | ||
urllib3==1.26.15 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# Do not include ansible or any package that would drag ansible in here | ||
# We want to assure test extra provides tools to test molecule and its | ||
# related tools/plugins but w/o ansible, which can be installed separated. | ||
ansible-lint >= 6.12.1 | ||
ansi2html >= 1.8.0 | ||
coverage >= 7.0.3 | ||
filelock >= 3.9.0 | ||
pexpect >= 4.8.0, < 5 | ||
pytest-mock >= 3.10.0 | ||
pytest-plus >= 0.4.0 | ||
pytest-testinfra >= 7.0.0 | ||
pytest-xdist >= 3.1.0 | ||
pytest >= 7.2.0 | ||
check-jsonschema |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
ansible-compat >= 2.2.0 | ||
ansible-core >= 2.12.10 | ||
click >= 8.0, < 9 | ||
click-help-colors >= 0.9 | ||
cookiecutter >= 1.7.3 # dependency issues in older versions | ||
enrich >= 1.2.7 | ||
jsonschema >= 4.9.1 | ||
Jinja2 >= 2.11.3 | ||
packaging | ||
pluggy >= 0.7.1, < 2.0 | ||
PyYAML >= 5.1 | ||
rich >= 9.5.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,3 +26,4 @@ molecule/** | |
tools/test-schema/node_modules | ||
site | ||
.DS_Store | ||
src/molecule/_version.py |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.