From 2d6d52876b220dd6875fc41bc3b39c087f24455a Mon Sep 17 00:00:00 2001 From: Liam Young Date: Mon, 18 Sep 2023 09:10:47 +0000 Subject: [PATCH] Add 'extra' test dep python-subunit 1.4.3+ requires 'extras' otherwise an error occures: "'run --slowest' is not a stestr command." Change-Id: I148d9b19d2a9afb30179cd7357a0f32df4ea63d8 --- charms/gnocchi-k8s/test-requirements.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/charms/gnocchi-k8s/test-requirements.txt b/charms/gnocchi-k8s/test-requirements.txt index d1a61d34..276e5bee 100644 --- a/charms/gnocchi-k8s/test-requirements.txt +++ b/charms/gnocchi-k8s/test-requirements.txt @@ -7,3 +7,5 @@ mock flake8 stestr ops +# Subunit 1.4.3+ requires extras +extras