From 3fa361bfbbf405b5098f60081a85ed2802945455 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ra=C3=BAl=20Zamora=20Mart=C3=ADnez?= <76525382+zmraul@users.noreply.github.com> Date: Tue, 25 Oct 2022 13:12:32 +0200 Subject: [PATCH] pin juju version (#58) --- tox.ini | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/tox.ini b/tox.ini index ff7a20b..24735a1 100644 --- a/tox.ini +++ b/tox.ini @@ -82,7 +82,8 @@ commands = description = Run charm integration tests deps = pytest - juju + # This is needed because of https://github.com/juju/python-libjuju/pull/698 + juju==2.9.11 pytest-operator lightkube==0.10.0 -r{toxinidir}/requirements.txt @@ -93,7 +94,8 @@ commands = description = Run scaling integration tests deps = pytest - juju + # This is needed because of https://github.com/juju/python-libjuju/pull/698 + juju==2.9.11 pytest-operator pytest-order -r{toxinidir}/requirements.txt @@ -104,7 +106,8 @@ commands = description = Run password integration tests deps = pytest - juju + # This is needed because of https://github.com/juju/python-libjuju/pull/698 + juju==2.9.11 pytest-operator -r{toxinidir}/requirements.txt commands = @@ -114,7 +117,8 @@ commands = description = Run integration tests for redis relation deps = pytest - juju + # This is needed because of https://github.com/juju/python-libjuju/pull/698 + juju==2.9.11 pytest-operator -r{toxinidir}/requirements.txt commands =