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 133e35561c Python 3.12: add charset-nomalizer to tests/Pipfile (#10266)
133e35561c is described below
commit 133e35561c080685b49ee847d9af007b01cc482b
Author: Brian Neradt <[email protected]>
AuthorDate: Tue Aug 22 16:36:58 2023 -0500
Python 3.12: add charset-nomalizer to tests/Pipfile (#10266)
The slow_post.test.py autest has a Python test client that has a
dependency upon charset-nomalizer that needs to be explicitly added in
Python 3.12. This adds that dependency to the tests/Pipfile.
(cherry picked from commit 75cc4455768efc08b4e796458cfc0a5ae61ad45b)
---
tests/Pipfile | 2 ++
1 file changed, 2 insertions(+)
diff --git a/tests/Pipfile b/tests/Pipfile
index 84851d52d9..e8b9b89ee9 100644
--- a/tests/Pipfile
+++ b/tests/Pipfile
@@ -36,6 +36,8 @@ requests = "*"
gunicorn = "*"
psutil = "*"
+charset-normalizer = "*"
+
# Keep init.cli.ext updated with this required microserver version.
microserver = ">=1.0.6"