From 5f854289050b2dc3c8875ee35b0045910c55b8e7 Mon Sep 17 00:00:00 2001 From: jamepark4 Date: Tue, 18 Jun 2024 15:10:12 -0400 Subject: [PATCH] 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 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 5afab7b2..fcd43083 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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