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:
parent
9b464634a5
commit
d0b196c107
@ -9,5 +9,6 @@ jinja2
|
|||||||
jsonschema
|
jsonschema
|
||||||
lightkube
|
lightkube
|
||||||
lightkube-models
|
lightkube-models
|
||||||
|
|
||||||
ops
|
ops
|
||||||
git+https://opendev.org/openstack/charm-ops-sunbeam#egg=ops_sunbeam
|
git+https://opendev.org/openstack/charm-ops-sunbeam#egg=ops_sunbeam
|
||||||
|
@ -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://github.com/openstack-charmers/zaza-openstack-tests.git#egg=zaza.openstack
|
||||||
git+https://opendev.org/openstack/tempest.git#egg=tempest
|
git+https://opendev.org/openstack/tempest.git#egg=tempest
|
||||||
ops
|
ops
|
||||||
|
# Subunit 1.4.3+ requires extras
|
||||||
|
extras
|
||||||
|
Loading…
Reference in New Issue
Block a user