Files
charm-nova-compute/test-requirements.txt
T
Felipe Reyes 2f15742cb9 Fix build
Summary:
- Drop cliff
- Add looseversion
- Pin setuptools to allow keystoneauth1 get imported

Change-Id: I6a3ef64e0f84e7936d894bed2127ea4c92f1c056
Signed-off-by: Felipe Reyes <felipe.reyes@canonical.com>
2025-12-12 12:08:57 -03:00

26 lines
1.1 KiB
Plaintext

# 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.
#
pyparsing<3.0.0 # aodhclient is pinned in zaza and needs pyparsing < 3.0.0, but cffi also needs it, so pin here.
looseversion # distutils.version.LooseVersion replacement for Python 3.12+
requests>=2.18.4
stestr>=2.2.0
coverage>=4.5.2
pyudev # for ceph-* charm unit tests (need to fix the ceph-* charm unit tests/mocking)
git+https://github.com/openstack-charmers/zaza.git#egg=zaza
git+https://github.com/openstack-charmers/zaza-openstack-tests.git#egg=zaza.openstack
# Needed for charm-glance:
git+https://opendev.org/openstack/tempest.git#egg=tempest
croniter # needed for charm-rabbitmq-server unit tests
psutil