Skip to content

Commit

Permalink
fix: unpin lightkube-models
Browse files Browse the repository at this point in the history
  • Loading branch information
nsklikas committed Aug 5, 2024
1 parent 4a88763 commit 9ee8459
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,7 @@ jobs:
with:
provider: microk8s
channel: 1.28-strict/stable
juju-channel: 3.2
bootstrap-options: '--agent-version=3.2.0'
juju-channel: 3.4
lxd-channel: 5.20/stable

- name: Run integration tests
Expand Down
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,4 @@ requests == 2.31.0
jsonschema==4.21.1
cryptography >= 3.4.8
lightkube===0.15.0
lightkube-models==1.29.0.6
pydantic<2.0
2 changes: 1 addition & 1 deletion tests/integration/test_charm.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ async def test_build_and_deploy(ops_test: OpsTest, charm: str, test_charm: str)
charm, resources=resources, application_name=OPENFGA_APP, series="jammy", trust=True
),
ops_test.model.deploy(
"postgresql-k8s", application_name="postgresql", channel="edge", trust=True
"postgresql-k8s", application_name="postgresql", channel="14/stable", trust=True
),
ops_test.model.deploy(
test_charm,
Expand Down

0 comments on commit 9ee8459

Please sign in to comment.