From fa5aabbf0b26e4d3073e34b36e1dbb51db7df975 Mon Sep 17 00:00:00 2001 From: Dave Wallace Date: Sat, 5 Feb 2022 09:27:05 -0500 Subject: tests: Update python packages - pip == 22.0.3 - pip-tools == 6.5.0 - setuptools == 60.7.1 (now pinned in test/Makefile) - upgrade packages in requirements-3.txt - install iperf3 for 'make test TEST=vcl' Type: test Signed-off-by: Dave Wallace Change-Id: I1bd85f10fb4f6ba87b9bc1267905e5f1b8eb16de --- test/requirements.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'test/requirements.txt') diff --git a/test/requirements.txt b/test/requirements.txt index dbb2fbf6c4f..7df379367a4 100644 --- a/test/requirements.txt +++ b/test/requirements.txt @@ -1,5 +1,4 @@ -pip-tools==6.4.0 # BSD Keep this in sync with Makefile's PIP_TOOLS_VERSION - +pip-tools==6.5.0 # BSD Keep this in sync with Makefile's PIP_TOOLS_VERSION cryptography!=2.0 # BSD/Apache-2.0 deprecation>=2.0.6 # Apache-2.0 faulthandler; python_version < '3.3' # # BSD License (2 clause) -- cgit 1.2.3-korg