-
Notifications
You must be signed in to change notification settings - Fork 660
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Install requirements from galaxy.yml and tests/requirements.yml (#3446)
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule ansible-compat
updated
8 files
+1 −1 | .pre-commit-config.yaml | |
+3 −1 | .vscode/settings.json | |
+6 −0 | pyproject.toml | |
+2 −0 | src/ansible_compat/constants.py | |
+92 −13 | src/ansible_compat/runtime.py | |
+3 −0 | test/collections/acme.goodies/galaxy.yml | |
+3 −0 | test/collections/acme.goodies/tests/requirements.yml | |
+27 −5 | test/test_runtime.py |