From 9f512fd73afe7c2bceb8e42d7ff7eba527300408 Mon Sep 17 00:00:00 2001 From: Arthur Gautier Date: Tue, 28 Feb 2017 00:21:14 +0000 Subject: [PATCH] Fix pysnmp test error. Should be reverted once https://github.com/etingof/pysnmp/issues/40 is fixed and released (and pysnmp bumped to the newest version). Signed-off-by: Arthur Gautier --- regression-tests.dnsdist/requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/regression-tests.dnsdist/requirements.txt b/regression-tests.dnsdist/requirements.txt index 355698af2c..387605700d 100644 --- a/regression-tests.dnsdist/requirements.txt +++ b/regression-tests.dnsdist/requirements.txt @@ -4,3 +4,4 @@ libnacl>=1.4.3 requests>=2.1.0 protobuf>=2.5,<3.0 pysnmp>=4.3.2 +pyasn1==0.2.2 -- 2.47.2