d13e6ba384
This unpinning is meant to solve the issues with tox 4.x breaking all the virtualenv dependencies. Also, re-sync from release-tools. Change-Id: I673c4b96de74f83d8fd3c0657c7ab0477fc4e9dc
29 lines
1.1 KiB
Plaintext
29 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.
|
|
|
|
requests>=2.18.4
|
|
|
|
stestr>=2.2.0
|
|
|
|
# Dependency of stestr. Workaround for
|
|
# https://github.com/mtreinish/stestr/issues/145
|
|
cliff<3.0.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
|