From e1233abb0e774fc0473eeee8fe0d80cc0af276d3 Mon Sep 17 00:00:00 2001 From: Ali Kelkawi Date: Thu, 16 Jan 2025 12:48:17 +0300 Subject: [PATCH] test pr changes --- tests/integration/conftest.py | 2 +- tox.ini | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/integration/conftest.py b/tests/integration/conftest.py index f36a6d9..9d4a0f6 100644 --- a/tests/integration/conftest.py +++ b/tests/integration/conftest.py @@ -56,7 +56,7 @@ async def deploy(ops_test: OpsTest, charm: str, charm_image: str): config={"num-history-shards": 4}, ) await ops_test.model.deploy(APP_NAME_TEMPORAL_ADMIN, channel="edge") - await ops_test.model.deploy("postgresql-k8s", channel="14/stable", trust=True) + await ops_test.model.deploy("postgresql-k8s", channel="14/stable", trust=True, revision=381) await ops_test.model.deploy("minio", channel="edge") async with ops_test.fast_forward(): diff --git a/tox.ini b/tox.ini index 8812d52..b9acc29 100644 --- a/tox.ini +++ b/tox.ini @@ -99,7 +99,7 @@ commands = description = Run integration tests deps = ipdb==0.13.9 - juju==3.5.2.0 + juju==3.5.2.1 pytest==7.1.3 pytest-operator==0.35.0 temporalio==1.6.0