From 4dc761d7db9062d6dac840d02dbc6b7190e8ea01 Mon Sep 17 00:00:00 2001 From: Leon <82407168+sed-i@users.noreply.github.com> Date: Wed, 13 Nov 2024 23:54:17 -0500 Subject: [PATCH] Pin websockets Signed-off-by: Leon <82407168+sed-i@users.noreply.github.com> --- tox.ini | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tox.ini b/tox.ini index b2638b2d..b28352ce 100644 --- a/tox.ini +++ b/tox.ini @@ -105,6 +105,8 @@ deps = asyncstdlib # Libjuju needs to track the juju version juju<=3.3.0,>=3.0 + # https://github.com/juju/python-libjuju/issues/1184 + websockets<14.0 pytest<8.2.0 # https://github.com/pytest-dev/pytest/issues/12263 pytest-operator pytest-playwright