deps: Bump `python` -> 3.11.1 (#25359)

Signed-off-by: Ryan Northey <ryan@synca.io>

Mirrored from https://github.com/envoyproxy/envoy @ 911fd1642607781b80d8876baf96196b5f034506
pull/626/head
data-plane-api(Azure Pipelines) 2 years ago
parent 268824e4ee
commit 6900f1ec6a
  1. 4
      tools/generate_listeners_test.py
  2. 3
      tools/tap2pcap_test.py

@ -1,6 +1,10 @@
"""Tests for generate_listeners.""" """Tests for generate_listeners."""
import os import os
import sys
# Workaround for https://github.com/bazelbuild/rules_python/issues/1221
sys.path += [os.path.dirname(__file__)]
import generate_listeners import generate_listeners

@ -5,6 +5,9 @@ import os
import subprocess as sp import subprocess as sp
import sys import sys
# Workaround for https://github.com/bazelbuild/rules_python/issues/1221
sys.path += [os.path.dirname(__file__)]
import tap2pcap import tap2pcap
# Validate that the tapped trace when run through tap2cap | tshark matches # Validate that the tapped trace when run through tap2cap | tshark matches

Loading…
Cancel
Save