diff --git a/.github/workflows/integration_test.yaml b/.github/workflows/integration_test.yaml index 8e4034b1..7afb09a1 100644 --- a/.github/workflows/integration_test.yaml +++ b/.github/workflows/integration_test.yaml @@ -8,6 +8,8 @@ jobs: uses: canonical/operator-workflows/.github/workflows/integration_test.yaml@main secrets: inherit with: + provider: lxd + juju-channel: 3.1/stable chaos-app-label: app.kubernetes.io/name=indico chaos-enabled: false chaos-experiments: pod-delete diff --git a/tox.ini b/tox.ini index acc571e9..52d44f69 100644 --- a/tox.ini +++ b/tox.ini @@ -99,8 +99,7 @@ commands = [testenv:integration] description = Run integration tests deps = - # Last compatible version with Juju 2.9 - juju==3.0.4 + juju pytest pytest-asyncio pytest-operator