-
Notifications
You must be signed in to change notification settings - Fork 667
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Automatically install current collection
If run inside a collection repository dependency step will first build and install the current collection. This avoids failure to run test scenarios unless user already installed the collection. Fixes: #2997
- Loading branch information
Showing
5 changed files
with
67 additions
and
7 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,25 @@ | ||
# Molecule is not really a collection but this file is use for testing molecule | ||
# ability to detect and install a local collection. | ||
namespace: _test | ||
name: molecule | ||
version: 0.0.1 | ||
readme: README.rst | ||
authors: | ||
- Ansible | ||
build_ignore: | ||
- "**/*.egg-info" | ||
- "**/.mypy_cache" | ||
- .cache | ||
- .coverage | ||
- .eggs | ||
- .github | ||
- .gitignore | ||
- .pytest_cache | ||
- .vscode | ||
- asset | ||
- build | ||
- coverage.xml | ||
- dist | ||
- docs/docstree/html | ||
- pip-wheel-metadata | ||
- tox.ini |
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
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