diff options
author | Dave Wallace <dwallacelf@gmail.com> | 2021-10-30 15:30:38 -0400 |
---|---|---|
committer | Damjan Marion <dmarion@me.com> | 2021-11-02 22:32:18 +0000 |
commit | 78b4f4e19bb60b89c5ed00a2d81b1bbfee27c3e2 (patch) | |
tree | 8269429f50cccf8c8303ba939b9206c329dc2af4 /test/Makefile | |
parent | 543a0fd32b0481f23c7328ac7ec5fc38e60fd19e (diff) |
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>
Diffstat (limited to 'test/Makefile')
-rw-r--r-- | test/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/Makefile b/test/Makefile index 42af2477890..5616e9c3e55 100644 --- a/test/Makefile +++ b/test/Makefile @@ -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 |