summaryrefslogtreecommitdiff
path: root/requirements.txt
diff options
context:
space:
mode:
authorGhanshyam Mann <gmann@ghanshyammann.com>2021-11-30 12:37:13 -0600
committerGhanshyam Mann <gmann@ghanshyammann.com>2021-12-16 18:26:00 -0600
commit6f87111a924cc04e7782c767ecaa3eb7fc019cde (patch)
tree03a0718703bf5f934e387e3935ca2407aa5e0463 /requirements.txt
parentfc9efc45b26d23a3b28ac0bc74da3f537dfda89b (diff)
downloadkeystone-6f87111a924cc04e7782c767ecaa3eb7fc019cde.tar.gz
Explicitly check policy name in policy warning tests
This commit makes keystone tests for oslo policy warning to check policy name explicitly. oslo policy 3.10 modified the warning text to include the policy name as well as the check-str so new warning message verified in keystone test will not work on old oslo policy (<3.10), so bumping the oslo.policy in requirements.txt Change-Id: I14132dfced48ddc93c29ce2b4c20ed2cabc1dbd6
Diffstat (limited to 'requirements.txt')
-rw-r--r--requirements.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt
index f77c24665..c7e4605f3 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -23,7 +23,7 @@ oslo.db>=6.0.0 # Apache-2.0
oslo.i18n>=3.15.3 # Apache-2.0
oslo.log>=3.44.0 # Apache-2.0
oslo.middleware>=3.31.0 # Apache-2.0
-oslo.policy>=3.7.0 # Apache-2.0
+oslo.policy>=3.10.0 # Apache-2.0
oslo.serialization!=2.19.1,>=2.18.0 # Apache-2.0
oslo.upgradecheck>=1.3.0 # Apache-2.0
oslo.utils>=3.33.0 # Apache-2.0