From: Otto Moerbeek Date: Wed, 17 Jul 2024 12:03:32 +0000 (+0200) Subject: rec: pin pysnmp to version 5 for regression tests X-Git-Tag: rec-4.9.8~3^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d1e94f7acd464cc1361d2975f2a4f68b8451aad4;p=thirdparty%2Fpdns.git rec: pin pysnmp to version 5 for regression tests (cherry picked from commit 4d44d3076051fe27ee91e847a3600ad19c44fd72) --- diff --git a/regression-tests.recursor-dnssec/requirements.txt b/regression-tests.recursor-dnssec/requirements.txt index 1ec32b533f..6123ed7b4e 100644 --- a/regression-tests.recursor-dnssec/requirements.txt +++ b/regression-tests.recursor-dnssec/requirements.txt @@ -3,6 +3,6 @@ pytest protobuf>=2.5; sys_platform != 'darwin' protobuf>=3.0; sys_platform == 'darwin' pyasn1==0.4.8 -pysnmp>=4.3.4 +pysnmp>=5,<6 requests>=2.1.0 Twisted>0.15.0