aboutsummaryrefslogtreecommitdiffstats
path: root/test/Makefile
diff options
context:
space:
mode:
authorPaul Vinciguerra <pvinci@vinciconsulting.com>2019-01-23 18:16:08 -0800
committerDamjan Marion <dmarion@me.com>2019-01-31 19:24:42 +0000
commit64abeecaddf778d194f5f69e7bfb06a52e373d49 (patch)
tree1297a961b8c1ab7d07a01e8b7e76035c91967682 /test/Makefile
parentf4901f3d1d4f2a3c689a946b927bcee680a297ed (diff)
VTL: Makefile: Don't install pip twice.
Pip is installed via virtualenv. No need to reinstall it again. Change-Id: I45bea1f9db841ca4309b763ab852623180937727 Signed-off-by: Paul Vinciguerra <pvinci@vinciconsulting.com>
Diffstat (limited to 'test/Makefile')
-rw-r--r--test/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/Makefile b/test/Makefile
index 8b1370f7a84..9113d15f703 100644
--- a/test/Makefile
+++ b/test/Makefile
@@ -98,7 +98,6 @@ $(GET_PIP_SCRIPT):
$(PIP_INSTALL_DONE): $(GET_PIP_SCRIPT)
@virtualenv $(VENV_PATH) -p $(PYTHON_INTERP)
- @bash -c "source $(VENV_PATH)/bin/activate && $(PYTHON_INTERP) $(GET_PIP_SCRIPT)"
@bash -c "source $(VENV_PATH)/bin/activate && $(PYTHON_INTERP) -m pip install $(PYTHON_DEPENDS)"
@touch $@