From: Otto Moerbeek Date: Wed, 17 Jul 2024 12:44:11 +0000 (+0200) Subject: Also pin pysnmp version for dnsdist regression tests X-Git-Tag: dnsdist-1.8.4~2^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F14491%2Fhead;p=thirdparty%2Fpdns.git Also pin pysnmp version for dnsdist regression tests (cherry picked from commit 5d3db32982e7a06a9e653529baa2fb67e24d7189) --- diff --git a/regression-tests.dnsdist/requirements.txt b/regression-tests.dnsdist/requirements.txt index edfdb669ed..8e7c1b98f9 100644 --- a/regression-tests.dnsdist/requirements.txt +++ b/regression-tests.dnsdist/requirements.txt @@ -4,7 +4,7 @@ libnacl>=1.4.3,<1.7 requests>=2.1.0 protobuf>=3.0 pyasn1==0.4.8 -pysnmp>=4.3.4 +pysnmp>=5,<6 future>=0.17.1 pycurl>=7.43.0 lmdb>=0.95