This is an automated email from the ASF dual-hosted git repository. zwoop pushed a commit to branch 9.0.x in repository https://gitbox.apache.org/repos/asf/trafficserver.git
commit f10702f1de5056d6a6ed1dcc5086c588013429a9 Author: Brian Neradt <[email protected]> AuthorDate: Fri Jun 12 17:02:04 2020 -0500 AuTest: Pipfile update to use microserver 1.0.5 (#6893) The latest version of microserver applies SO_REUSEADDR on the socket it binds to. This will hopefully address the flaky behavior we've seen with the tls tests. Co-authored-by: bneradt <[email protected]> (cherry picked from commit e657d3a55c55f33b4b3c586728d2bf875cdb1202) --- tests/Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Pipfile b/tests/Pipfile index 6cb1013..e40e3b2 100644 --- a/tests/Pipfile +++ b/tests/Pipfile @@ -32,7 +32,7 @@ dnslib = "*" requests = "*" gunicorn = "*" httpbin = "*" -microserver = ">=1.0.4" +microserver = ">=1.0.5" jsonschema = "*" python-jose = "*"
