Pin croniter to 5.0.1
This is an workaround for fixing the unit test. Also note that coniter project may be discontinued soon [1], and we should find an alternative. [1]: https: //github.com/corpusops/croniter/issues/144 Change-Id: I5fac71bc194af0d0e0d3173693dda959cb13ec4e
This commit is contained in:
parent
4296ec9d19
commit
2717720cac
@ -9,7 +9,9 @@ cosl
|
|||||||
tenacity
|
tenacity
|
||||||
|
|
||||||
# for validating cron expressions
|
# 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
|
# for handling cleanup
|
||||||
openstacksdk
|
openstacksdk
|
||||||
|
@ -13,10 +13,13 @@ pydantic # traefik-k8s ingress lib
|
|||||||
requests # cinder-ceph-k8s
|
requests # cinder-ceph-k8s
|
||||||
netifaces # cinder-ceph-k8s
|
netifaces # cinder-ceph-k8s
|
||||||
cosl # openstack-exporter
|
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://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
|
git+https://opendev.org/openstack/charm-ops-interface-ceph-client#egg=interface_ceph_client # cinder-ceph-k8s
|
||||||
requests-unixsocket # sunbeam-clusterd
|
requests-unixsocket # sunbeam-clusterd
|
||||||
openstacksdk # tempest-k8s
|
openstacksdk # tempest-k8s
|
||||||
|
|
||||||
types-PyYAML # types stub for mypy
|
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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user