diff options
author | Paul Vinciguerra <pvinci@vinciconsulting.com> | 2018-12-19 14:34:45 -0800 |
---|---|---|
committer | Ole Trøan <otroan@employees.org> | 2019-01-05 10:33:33 +0000 |
commit | 3c6f1045e23f920adf1dbac4e308c7bff4f59b7f (patch) | |
tree | 549f262b4680012f684e68dcdb1cbf08a5b7bfe8 | |
parent | 03afb6d973edea2d0e5ba6b7459e26c4192e9506 (diff) |
VPP-1508: Python3: Support simultaneous p2/p3 venvs.
Change-Id: I24cf3e390f6f0b98be939ef717048742d3f183d6
Signed-off-by: Paul Vinciguerra <pvinci@vinciconsulting.com>
-rw-r--r-- | test/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Makefile b/test/Makefile index 9425743cc7e..8db34820a39 100644 --- a/test/Makefile +++ b/test/Makefile @@ -76,7 +76,7 @@ PYTHON_EXTRA_DEPENDS= endif PYTHON_DEPENDS=$(PYTHON_EXTRA_DEPENDS) -r requirements.txt -SCAPY_SOURCE=$(shell find $(VENV_PATH) -name site-packages) +SCAPY_SOURCE=$(shell find $(VENV_PATH)/lib/$(PYTHON) -name site-packages) BUILD_COV_DIR=$(TEST_DIR)/coverage GET_PIP_SCRIPT=$(TEST_RUN_DIR)/get-pip.py |