diff --git a/Makefile b/Makefile index ee3e55b63e..9052b9a518 100644 --- a/Makefile +++ b/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