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-5.2.0-alpha1~168^2~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4d44d3076051fe27ee91e847a3600ad19c44fd72;p=thirdparty%2Fpdns.git rec: pin pysnmp to version 5 for regression tests --- 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