
* sync charm-helpers to classic charms * change openstack-origin/source default to antelope * align testing with antelope * add new antelope bundles * add antelope bundles to tests.yaml * add antelope tests to osci.yaml and .zuul.yaml * update build-on and run-on bases Change-Id: I299ad73b99082befdb37e6c0897c4f9abcc44ba5
18 lines
653 B
Plaintext
18 lines
653 B
Plaintext
# This file is managed centrally. If you find the need to modify this as a
|
|
# one-off, please don't. Intead, consult #openstack-charms and ask about
|
|
# requirements management in charms via bot-control. Thank you.
|
|
coverage>=3.6
|
|
mock>=1.2
|
|
flake8>=4.0.1
|
|
stestr>=2.2.0
|
|
requests>=2.18.4
|
|
psutil
|
|
# oslo.i18n dropped py35 support
|
|
oslo.i18n<4.0.0
|
|
git+https://github.com/openstack-charmers/zaza.git#egg=zaza
|
|
git+https://github.com/openstack-charmers/zaza-openstack-tests.git#egg=zaza.openstack
|
|
pytz # workaround for 14.04 pip/tox
|
|
pyudev # for ceph-* charm unit tests (not mocked?)
|
|
ops
|
|
git+https://opendev.org/openstack/charm-ops-openstack#egg=ops_openstack
|