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