Reduce ddt requirement to >=1.6.0

Downstream installs whitebox with the additional constraints from the
openstack project 2023.1. This requires a ddt==1.6.0. Updating change
from [2] that included ddt>=1.7.2 and switch it to 1.6.0 so it does not
conflict with the constraint.

[1] https://opendev.org/openstack/requirements/src/branch/stable/2023.1/upper-constraints.txt
[2] https://review.opendev.org/c/openstack/whitebox-tempest-plugin/+/921092/
Change-Id: I7c9279f2dda74811327c8d74c1514fe383513787
This commit is contained in:
jamepark4 2024-06-18 15:10:12 -04:00
parent 14ca4f47ae
commit 5f85428905

View File

@ -17,4 +17,4 @@ pymysql
# the vTPM tests require it
barbican-tempest-plugin<=1.6.0;python_version<='3.6'
barbican-tempest-plugin;python_version>'3.6'
ddt>=1.7.2
ddt>=1.6.0