Skip to content

Commit

Permalink
Workaround for python-libjuju #1052
Browse files Browse the repository at this point in the history
  • Loading branch information
addyess committed Oct 30, 2024
1 parent 69105b2 commit 7ae0e55
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion test_requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
juju
# workaround for juju == 3.5.0.0
# https://github.com/juju/python-libjuju/issues/1052
juju @ git+https://github.com/juju/python-libjuju.git@53cd33d884f3ca710e1fa026c74f31b02281be69
pydantic<2
pylxd
pytest
Expand Down
4 changes: 2 additions & 2 deletions tests/integration/data/test-bundle-ceph.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ applications:
constraints: cores=2 mem=4G root-disk=16G
num_units: 1
storage:
osd-devices: 'lxd,1G,2'
osd-journals: 'lxd,1G,1'
osd-devices: 1G,2
osd-journals: 1G,1
relations:
- [k8s, k8s-worker:cluster]
- [ceph-csi, k8s:ceph-k8s-info]
Expand Down

0 comments on commit 7ae0e55

Please # to comment.