From 7ae0e55937574a9663588ab3eda819a28e635e37 Mon Sep 17 00:00:00 2001 From: Adam Dyess Date: Sun, 9 Jun 2024 14:04:27 -0500 Subject: [PATCH] Workaround for python-libjuju #1052 --- test_requirements.txt | 4 +++- tests/integration/data/test-bundle-ceph.yaml | 4 ++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/test_requirements.txt b/test_requirements.txt index 0f619376..e43c5c27 100644 --- a/test_requirements.txt +++ b/test_requirements.txt @@ -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 diff --git a/tests/integration/data/test-bundle-ceph.yaml b/tests/integration/data/test-bundle-ceph.yaml index baf812f9..b1a26b9a 100644 --- a/tests/integration/data/test-bundle-ceph.yaml +++ b/tests/integration/data/test-bundle-ceph.yaml @@ -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]