From 9b3c880990cd9d3df0880c7e7cb85db08b48a6f1 Mon Sep 17 00:00:00 2001 From: Johanna England Date: Fri, 13 Sep 2024 09:53:27 +0200 Subject: [PATCH] Constrain snmpsim version The version 1.1.6 breaks, so this is making sure that one is not used --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 5ce3286d..e0d98ffb 100644 --- a/tox.ini +++ b/tox.ini @@ -20,7 +20,7 @@ deps = pytest-asyncio<0.22.0 pytest-cov pytest-timeout - snmpsim>=1.0 + snmpsim>=1.0,!=1.1.6 retry setenv =