mirror of
https://github.com/ansible/awx.git
synced 2026-05-12 20:07:37 -02:30
add mock to ansible dev env requirements
This commit is contained in:
2
Makefile
2
Makefile
@@ -294,7 +294,7 @@ requirements_ansible: virtualenv_ansible
|
|||||||
|
|
||||||
requirements_ansible_dev:
|
requirements_ansible_dev:
|
||||||
if [ "$(VENV_BASE)" ]; then \
|
if [ "$(VENV_BASE)" ]; then \
|
||||||
$(VENV_BASE)/ansible/bin/pip install pytest; \
|
$(VENV_BASE)/ansible/bin/pip install pytest mock; \
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Install third-party requirements needed for Tower's environment.
|
# Install third-party requirements needed for Tower's environment.
|
||||||
|
|||||||
Reference in New Issue
Block a user