d0b196c107
python-subunit 1.4.3+ requires 'extras' otherwise an error occures: "'run --slowest' is not a stestr command." Change-Id: I4d13d35e6450b384930cb8e6115769d782bd982e
17 lines
563 B
Plaintext
17 lines
563 B
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
|
|
#
|
|
|
|
coverage
|
|
mock
|
|
flake8
|
|
stestr
|
|
git+https://github.com/openstack-charmers/zaza.git@libjuju-3.1#egg=zaza
|
|
git+https://github.com/openstack-charmers/zaza-openstack-tests.git#egg=zaza.openstack
|
|
git+https://opendev.org/openstack/tempest.git#egg=tempest
|
|
ops
|
|
# Subunit 1.4.3+ requires extras
|
|
extras
|