Remove venv symlink hack no longer needed

This commit is contained in:
AlanCoding 2019-10-31 14:15:59 -04:00
parent 4540cb653e
commit c4b4a4c21a
No known key found for this signature in database
GPG Key ID: FD2C3C012A72926B

View File

@ -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