Skip to content

Commit

Permalink
test pr changes
Browse files Browse the repository at this point in the history
  • Loading branch information
kelkawi-a committed Jan 16, 2025
1 parent 9e14108 commit e1233ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/integration/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -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():
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e1233ab

Please sign in to comment.