From a47da6b0256d4e488ca0ddbccd17c030035881c2 Mon Sep 17 00:00:00 2001 From: Peter Sabaini Date: Wed, 19 Oct 2022 17:38:29 +0200 Subject: [PATCH] Pin operator library The operator 1.5.3 testing harness doesn't work with this charms tests; pinning operator until we have a proper fix. Closes-Bug: #1993092 Change-Id: I95c02baa4869db4ef64a5c09a8b442b5fc07f4da --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 991628a..2b5ec51 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ importlib-resources -ops >= 1.2.0 +ops >= 1.2.0, <= 1.5.2 tenacity git+https://github.com/openstack/charms.ceph#egg=charms_ceph git+https://opendev.org/openstack/charm-ops-openstack#egg=ops_openstack