tests: update python packages
- Also fix docs requirements and venv cleanup required for docker executor building Type: test Change-Id: I839423224d95c45af42f459217887f4201cbb11a Signed-off-by: Dave Wallace <dwallacelf@gmail.com>
This commit is contained in:

committed by
Damjan Marion

parent
543a0fd32b
commit
78b4f4e19b
@@ -80,9 +80,9 @@ PYTHON_INTERP=$(PYTHON)
|
||||
endif
|
||||
|
||||
PYTHON_VERSION=$(shell $(PYTHON_INTERP) -c 'import sys; print(sys.version_info.major)')
|
||||
PIP_VERSION=21.2.4
|
||||
PIP_VERSION=21.3.1
|
||||
# Keep in sync with requirements.txt
|
||||
PIP_TOOLS_VERSION=6.2.0
|
||||
PIP_TOOLS_VERSION=6.4.0
|
||||
PYTHON_DEPENDS=requirements-$(PYTHON_VERSION).txt
|
||||
SCAPY_SOURCE=$(shell find $(VENV_PATH)/lib/python* -name site-packages)
|
||||
BUILD_COV_DIR=$(TEST_BR)/coverage
|
||||
|
Reference in New Issue
Block a user