]> 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>
Wed, 17 Jul 2024 12:03:32 +0000 (14:03 +0200)
regression-tests.recursor-dnssec/requirements.txt

index 1ec32b533fc0eb64d6e3c67d56aa4aca6c58a2f0..6123ed7b4e21924b9a16e2515afc420da9c2d83a 100644 (file)
@@ -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