From 84f4e864c58d9093c920da4dfbdcfda232e5ac49 Mon Sep 17 00:00:00 2001 From: bneradt Date: Fri, 12 Jun 2020 20:09:01 +0000 Subject: [PATCH] AuTest: Pipfile update to use microserver 1.0.5 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. --- tests/Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Pipfile b/tests/Pipfile index b9a79bb2fb1..530f6c45f2e 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 = "*"