]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
rec: pin pysnmp to version 5 for regression tests
authorOtto Moerbeek <otto.moerbeek@open-xchange.com>
Wed, 17 Jul 2024 12:03:32 +0000 (14:03 +0200)
committerOtto Moerbeek <otto.moerbeek@open-xchange.com>
Thu, 18 Jul 2024 06:59:31 +0000 (08:59 +0200)
(cherry picked from commit 4d44d3076051fe27ee91e847a3600ad19c44fd72)

regression-tests.recursor-dnssec/requirements.txt

index 3c15fe9ada80db73090a25b6cd71493a575f60c2..036541482e8e6b8be6b8872f9c5bb71f1272f0cc 100644 (file)
@@ -3,6 +3,6 @@ nose>=1.3.7
 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