This is an automated email from the ASF dual-hosted git repository.
bneradt pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/trafficserver.git
The following commit(s) were added to refs/heads/master by this push:
new 75cc445576 Python 3.12: add charset-nomalizer to tests/Pipfile (#10266)
75cc445576 is described below
commit 75cc4455768efc08b4e796458cfc0a5ae61ad45b
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.
---
tests/Pipfile | 2 ++
1 file changed, 2 insertions(+)
diff --git a/tests/Pipfile b/tests/Pipfile
index 0681a891e1..738ea364c0 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"