Raise min version of ddt

Raise min version of ddt to 1.4.4, which fixes a regression in the
'idata' decorator in 1.4.3 that breaks our unit tests.

This change does not need to be backported as ddt is capped at
1.4.2 in xena.

Depends-on: https://review.opendev.org/c/openstack/requirements/+/811555/
Change-Id: Ide8665722bdf7f55f92d2e2c95724cf88e8db657
This commit is contained in:
Brian Rosmaita 2021-10-05 11:18:31 -04:00
parent 91d0a6512f
commit 8881599184
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ flake8-logging-format>=0.6.0 # Apache-2.0
stestr>=3.1.0 # Apache-2.0
coverage>=5.5 # Apache-2.0
ddt>=1.4.1 # MIT
ddt>=1.4.4 # MIT
fixtures>=3.0.0 # Apache-2.0/BSD
oslotest>=4.4.1 # Apache-2.0
PyMySQL>=0.10.0 # MIT License