mirror of
https://github.com/ansible/awx.git
synced 2026-01-10 15:32:07 -03:30
Only install ansible-core for collection tests
Faster!
This commit is contained in:
parent
7a16782ebf
commit
673afdf1b5
2
Makefile
2
Makefile
@ -315,7 +315,7 @@ test_collection:
|
||||
if [ "$(VENV_BASE)" ]; then \
|
||||
. $(VENV_BASE)/awx/bin/activate; \
|
||||
fi && \
|
||||
pip install ansible && \
|
||||
pip install ansible-core && \
|
||||
py.test $(COLLECTION_TEST_DIRS) -v
|
||||
# The python path needs to be modified so that the tests can find Ansible within the container
|
||||
# First we will use anything expility set as PYTHONPATH
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user