From c4b4a4c21a368abeb16e33adcee4cf54ca77f20e Mon Sep 17 00:00:00 2001 From: AlanCoding Date: Thu, 31 Oct 2019 14:15:59 -0400 Subject: [PATCH] Remove venv symlink hack no longer needed --- Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile b/Makefile index b00ae6a243..969163221b 100644 --- a/Makefile +++ b/Makefile @@ -381,7 +381,6 @@ test: prepare_collection_venv: rm -rf $(COLLECTION_VENV) mkdir $(COLLECTION_VENV) - ln -s /usr/lib/python2.7/site-packages/ansible $(COLLECTION_VENV)/ansible $(VENV_BASE)/awx/bin/pip install --target=$(COLLECTION_VENV) git+https://github.com/ansible/tower-cli.git COLLECTION_TEST_DIRS ?= awx_collection/test/awx