Skip to content

Commit

Permalink
VPP-1508: Python3: Support simultaneous p2/p3 venvs.
Browse files Browse the repository at this point in the history
Change-Id: I24cf3e390f6f0b98be939ef717048742d3f183d6
Signed-off-by: Paul Vinciguerra <[email protected]>
  • Loading branch information
pvinci authored and otroan committed Jan 5, 2019
1 parent 03afb6d commit 3c6f104
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3c6f104

Please sign in to comment.