diff --git a/charms/tempest-k8s/requirements.txt b/charms/tempest-k8s/requirements.txt index 87a019a4..326b244d 100644 --- a/charms/tempest-k8s/requirements.txt +++ b/charms/tempest-k8s/requirements.txt @@ -9,7 +9,9 @@ cosl tenacity # for validating cron expressions -croniter +# due to https://github.com/corpusops/croniter/issues/144 +# we might need to find an alternative for croniter project +croniter==5.0.1 # for handling cleanup -openstacksdk \ No newline at end of file +openstacksdk diff --git a/test-requirements.txt b/test-requirements.txt index afa1f93d..a2a4d5a4 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -13,10 +13,13 @@ pydantic # traefik-k8s ingress lib requests # cinder-ceph-k8s netifaces # cinder-ceph-k8s cosl # openstack-exporter -croniter # tempest-k8s git+https://github.com/juju/charm-helpers.git#egg=charmhelpers # cinder-ceph-k8s,glance-k8s,gnocchi-k8s git+https://opendev.org/openstack/charm-ops-interface-ceph-client#egg=interface_ceph_client # cinder-ceph-k8s requests-unixsocket # sunbeam-clusterd openstacksdk # tempest-k8s types-PyYAML # types stub for mypy + +# due to https://github.com/corpusops/croniter/issues/144 +# we might need to find an alternative for croniter project +croniter==5.0.1 # tempest-k8s