This is an automated email from the ASF dual-hosted git repository.

zwoop pushed a commit to branch 9.2.x
in repository https://gitbox.apache.org/repos/asf/trafficserver.git


The following commit(s) were added to refs/heads/9.2.x by this push:
     new bfa0dee519 Python 3.12: add h2 dependencies to autest Pipfile (#10256)
bfa0dee519 is described below

commit bfa0dee519faa51adaeb4fba0d9dff941d8c4795
Author: Brian Neradt <brian.ner...@gmail.com>
AuthorDate: Tue Aug 22 16:41:28 2023 -0500

    Python 3.12: add h2 dependencies to autest Pipfile (#10256)
    
    When testing with Python 3.12, the autests that used the h2 package
    failed because the Pipenv didn't pull in the hyperframe and hpack
    dependencies. This explicitly pulls those dependencies in via the autest
    Pipfile.
    
    (cherry picked from commit 0d0fe87770962e46ee145410826b8c539b73d0d6)
---
 tests/Pipfile | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/tests/Pipfile b/tests/Pipfile
index e8b9b89ee9..185d7096b4 100644
--- a/tests/Pipfile
+++ b/tests/Pipfile
@@ -29,7 +29,11 @@ pyflakes = "*"
 autest = "==1.10.4"
 
 traffic-replay = "*" # this should install TRLib, MicroServer, MicroDNS, 
Traffic-Replay
+
 h2 = "*"
+hyperframe = "*"
+hpack = "*"
+
 dnslib = "*"
 # These are likely to be available via yum/dnf or apt-get
 requests = "*"

Reply via email to