diff options
author | Dave Wallace <dwallacelf@gmail.com> | 2022-02-05 09:27:05 -0500 |
---|---|---|
committer | Andrew Yourtchenko <ayourtch@gmail.com> | 2022-02-07 16:39:35 +0000 |
commit | fa5aabbf0b26e4d3073e34b36e1dbb51db7df975 (patch) | |
tree | 5dcdbb8efba6346142be01d58655908e79c009e6 /test/requirements.txt | |
parent | 7463900dbd8df07c384e8a8017ec0392309efee6 (diff) |
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 <dwallacelf@gmail.com>
Change-Id: I1bd85f10fb4f6ba87b9bc1267905e5f1b8eb16de
Diffstat (limited to 'test/requirements.txt')
-rw-r--r-- | test/requirements.txt | 3 |
1 files changed, 1 insertions, 2 deletions
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) |