This is an automated email from the ASF dual-hosted git repository. cmcfarlen pushed a commit to branch 10.0.x in repository https://gitbox.apache.org/repos/asf/trafficserver.git
commit b7419ee2e4b2ed644e06a85903da3fd81d645b62 Author: Brian Neradt <[email protected]> AuthorDate: Tue Jan 7 12:36:15 2025 -0600 Configure autests to use microserver 1.0.8 (#11941) microserver 1.0.8 has updates to run with Python 3.13 while still being backwards compatible. (cherry picked from commit 87de4b74594bc79be0cfa8eee8f12b801420e6ed) --- tests/Pipfile | 2 +- tests/gold_tests/autest-site/init.cli.ext | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/Pipfile b/tests/Pipfile index 2a81ac8c8d..68a4841e36 100644 --- a/tests/Pipfile +++ b/tests/Pipfile @@ -43,7 +43,7 @@ psutil = "*" charset-normalizer = "*" # Keep init.cli.ext updated with this required microserver version. -microserver = ">=1.0.6" +microserver = ">=1.0.8" jsonschema = "*" python-jose = "*" diff --git a/tests/gold_tests/autest-site/init.cli.ext b/tests/gold_tests/autest-site/init.cli.ext index 41502ac788..73bb9a5020 100644 --- a/tests/gold_tests/autest-site/init.cli.ext +++ b/tests/gold_tests/autest-site/init.cli.ext @@ -30,7 +30,7 @@ if AuTestVersion() < needed_autest_version: "Please update AuTest:\n pipenv --rm && pipenv install\n", show_stack=False) -needed_microserver_version = "1.0.6" +needed_microserver_version = "1.0.8" found_microserver_version = microserver.__version__ if found_microserver_version < needed_microserver_version: host.WriteError(
