From 141422b8e432ef6ea839b281207abde8022d79ce Mon Sep 17 00:00:00 2001 From: Ali Kelkawi Date: Thu, 18 Jul 2024 08:59:56 +0300 Subject: [PATCH] update juju version in integration tests --- .github/workflows/integration_test.yaml | 2 +- tox.ini | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/integration_test.yaml b/.github/workflows/integration_test.yaml index 7f93b01..638bb97 100644 --- a/.github/workflows/integration_test.yaml +++ b/.github/workflows/integration_test.yaml @@ -14,7 +14,7 @@ jobs: with: channel: 1.28-strict/stable modules: '["test_charm.py"]' - juju-channel: 3.1/stable + juju-channel: 3.4/stable self-hosted-runner: true self-hosted-runner-label: "xlarge" microk8s-addons: "dns ingress rbac storage metallb:10.15.119.2-10.15.119.4 registry" diff --git a/tox.ini b/tox.ini index 1b17351..8812d52 100644 --- a/tox.ini +++ b/tox.ini @@ -99,10 +99,10 @@ commands = description = Run integration tests deps = ipdb==0.13.9 - juju==3.1.0.1 + juju==3.5.2.0 pytest==7.1.3 pytest-operator==0.35.0 - temporalio==1.1.0 + temporalio==1.6.0 pytest-asyncio==0.21 -r{toxinidir}/requirements.txt commands =