Add tooz to test-requirements

setUpClass (cinderlib.tests.functional.test_basic.BackendFunctBasic)
is failing with "ModuleNotFoundError: No module named 'etcd3gw'"
from file site-packages/tooz/drivers/etcd3gw.py

Address this by adding tooz with the 'etcd3gw' extra to cinderlib's
test-requirements.txt, using the same minimum currently used by
cinder.

example failures on cinder CI jobs:
cinder-plugin-ceph-tempest on https://review.opendev.org/785099/5
cinder-plugin-ceph-tempest on https://review.opendev.org/868485/9

Change-Id: I341c6be5329487d13a1bdd383b4157105baee368
This commit is contained in:
Brian Rosmaita 2023-08-15 11:39:13 -04:00
parent b66c34fb55
commit fb6178197f
1 changed files with 1 additions and 0 deletions

View File

@ -9,6 +9,7 @@ ddt>=1.2.1 # MIT
oslotest>=3.2.0 # Apache-2.0
testscenarios>=0.4 # Apache-2.0/BSD
testtools>=2.4.0 # MIT
tooz[etcd3gw]>=2.8.0 # Apache-2.0
stestr>=2.2.0 # Apache-2.0
#
# These are included to constrain the range of possible versions