Add 'extra' test dep

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

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

View File

@ -11,6 +11,7 @@ lightkube
lightkube-models
ops
pwgen
git+https://opendev.org/openstack/charm-ops-sunbeam#egg=ops_sunbeam
python-keystoneclient # keystone-k8s

View File

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