Add 'extra' test dep

python-subunit 1.4.3+ requires 'extras' otherwise an error
occures:
"'run --slowest' is not a stestr command."

Change-Id: I4d13d35e6450b384930cb8e6115769d782bd982e
This commit is contained in:
Liam Young 2023-09-18 09:10:48 +00:00
parent 9b464634a5
commit d0b196c107
2 changed files with 3 additions and 0 deletions

View File

@ -9,5 +9,6 @@ jinja2
jsonschema
lightkube
lightkube-models
ops
git+https://opendev.org/openstack/charm-ops-sunbeam#egg=ops_sunbeam

View File

@ -12,3 +12,5 @@ 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