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