tests docs: update python3 venv packages 85/39385/5
authorDave Wallace <dwallacelf@gmail.com>
Tue, 15 Aug 2023 23:05:26 +0000 (19:05 -0400)
committerAndrew Yourtchenko <ayourtch@gmail.com>
Wed, 16 Aug 2023 19:53:12 +0000 (19:53 +0000)
commit7b8b4652693a87233c9aea313959a9cede3df0f4
treec9e9275c0d77015922e3d9411a116151208bd8ae
parentd826a602696eb337dcce191d7d24ae1869e81ec2
tests docs: update python3 venv packages

- Package update performed by
  1. updating pip, pip-tools, setuptools
  2. 'make test-refresh-deps' on ubuntu 22.04
  3. fixing 'make test' and 'make docs' issues
     on ubuntu 22.04
  4. 'make test-refresh-deps' on ubuntu 20.04
- Add dependency for 'make test-refresh-deps'
  to insure python venv is set up.
- Update of python formatter, black,
  caused reformating of 41 python code
  files.

Type: make

Change-Id: I7cafdf4b5189065ac57cb6b254937f6e0897a924
Signed-off-by: Dave Wallace <dwallacelf@gmail.com>
45 files changed:
docs/_scripts/siphon/process.py
docs/_scripts/siphon/process_clicmd.py
docs/_scripts/siphon/process_syscfg.py
docs/conf.py
docs/spelling_wordlist.txt
extras/deprecated/plugins/gbp/test_gbp.py
extras/packetforge/Edge.py
src/plugins/map/examples/gen-rules.py
src/plugins/map/examples/test_map.py
src/plugins/map/gen-rules.py
src/plugins/srv6-mobile/extra/runner.py
src/scripts/host-stack/cc_plots.py
src/tools/vppapigen/vppapigen_c.py
src/vpp-api/python/vpp_papi/__init__.py
src/vpp-api/python/vpp_papi/macaddress.py
src/vpp-api/python/vpp_papi/tests/test_vpp_serializer.py
src/vpp-api/vapi/vapi_c_gen.py
test/Makefile
test/asf/asfframework.py
test/asf/test_lb_api.py
test/framework.py
test/requirements-3.txt
test/requirements.txt
test/run.py
test/run_tests.py
test/template_ipsec.py
test/test_cnat.py
test/test_geneve.py
test/test_gre.py
test/test_gtpu.py
test/test_ip4.py
test/test_ip6.py
test/test_lisp.py
test/test_nat44_ed.py
test/test_nat44_ei.py
test/test_pppoe.py
test/test_reassembly.py
test/test_srv6_mobile.py
test/test_srv6_un.py
test/test_wireguard.py
test/util.py
test/vpp_bond_interface.py
test/vpp_pg_interface.py
test/vpp_running.py
test/vpp_vhost_interface.py