2020-04-10 16:10:33 +02:00
|
|
|
# This file is managed centrally by release-tools and should not be modified
|
|
|
|
# within individual charm repos. See the 'global' dir contents for available
|
|
|
|
# choices of *requirements.txt files for OpenStack Charms:
|
|
|
|
# https://github.com/openstack-charmers/release-tools
|
|
|
|
#
|
|
|
|
# TODO: Distill the func test requirements from the lint/unit test
|
|
|
|
# requirements. They are intertwined. Also, Zaza itself should specify
|
|
|
|
# all of its own requirements and if it doesn't, fix it there.
|
|
|
|
#
|
2021-11-01 18:28:55 -03:00
|
|
|
pyparsing<3.0.0 # aodhclient is pinned in zaza and needs pyparsing < 3.0.0, but cffi also needs it, so pin here.
|
2020-12-10 22:31:48 +01:00
|
|
|
|
2020-04-10 16:10:33 +02:00
|
|
|
requests>=2.18.4
|
2020-12-10 22:31:48 +01:00
|
|
|
|
2020-04-10 16:10:33 +02:00
|
|
|
stestr>=2.2.0
|
2020-12-10 22:31:48 +01:00
|
|
|
|
|
|
|
# Dependency of stestr. Workaround for
|
|
|
|
# https://github.com/mtreinish/stestr/issues/145
|
|
|
|
cliff<3.0.0
|
|
|
|
|
2020-04-10 16:10:33 +02:00
|
|
|
coverage>=4.5.2
|
|
|
|
pyudev # for ceph-* charm unit tests (need to fix the ceph-* charm unit tests/mocking)
|
2021-07-22 14:58:43 +02:00
|
|
|
git+https://github.com/openstack-charmers/zaza.git#egg=zaza
|
2021-05-03 15:33:47 +01:00
|
|
|
git+https://github.com/openstack-charmers/zaza-openstack-tests.git#egg=zaza.openstack
|
2020-12-10 22:31:48 +01:00
|
|
|
|
|
|
|
# Needed for charm-glance:
|
2022-06-10 20:14:48 +00:00
|
|
|
git+https://opendev.org/openstack/tempest.git#egg=tempest
|
2020-12-10 22:31:48 +01:00
|
|
|
|
|
|
|
croniter # needed for charm-rabbitmq-server unit tests
|
2023-01-17 17:49:59 +00:00
|
|
|
psutil
|