diff --git a/charmcraft-24.04.patch b/charmcraft-24.04.patch deleted file mode 100644 index 99d791209..000000000 --- a/charmcraft-24.04.patch +++ /dev/null @@ -1,9 +0,0 @@ -@@ -2,7 +2,7 @@ - # See LICENSE file for licensing details. - - type: charm --base: ubuntu@24.04 -+base: ubuntu@22.04 - platforms: - amd64: - parts: diff --git a/pyproject.toml b/pyproject.toml index 84b0c3835..f5e84bf77 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -77,8 +77,6 @@ pytest-operator = "^0.35.0" pytest-operator-cache = {git = "https://github.com/canonical/data-platform-workflows", branch = "beta-charmcraftst124", subdirectory = "python/pytest_plugins/pytest_operator_cache"} pytest-operator-groups = {git = "https://github.com/canonical/data-platform-workflows", tag = "v23.1.1", subdirectory = "python/pytest_plugins/pytest_operator_groups"} pytest-microceph = {git = "https://github.com/canonical/data-platform-workflows", tag = "v23.1.1", subdirectory = "python/pytest_plugins/microceph"} -# should not be updated unless https://github.com/juju/python-libjuju/issues/1093 is fixed -# websockets issue solved from 3.2.5.1 https://github.com/juju/python-libjuju/issues/1184 # TODO: restore to 3.5.0 juju = "==3.6.0" ops = "^2.15" tenacity = "^8.4.2"