From 6e004961d0213a0301569e36ee87924fe1d2ef6e Mon Sep 17 00:00:00 2001 From: bneradt Date: Thu, 30 Jul 2020 16:55:05 +0000 Subject: [PATCH] Updating to AuTest 1.8.1. This new AuTest version fixes an import issue for the hosts package. --- tests/Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Pipfile b/tests/Pipfile index 92edbd7ff8b..e40e3b21a9b 100644 --- a/tests/Pipfile +++ b/tests/Pipfile @@ -24,7 +24,7 @@ autopep8 = "*" pyflakes = "*" [packages] -autest = "==1.8.0" +autest = "==1.8.1" traffic-replay = "*" # this should install TRLib, MicroServer, MicroDNS, Traffic-Replay hyper = "*" dnslib = "*"