summaryrefslogtreecommitdiff
path: root/test-requirements.txt
diff options
context:
space:
mode:
author翟小君 <zhaixiaojun@gohighsec.com>2019-05-31 16:37:53 +0800
committer翟小君 <zhaixiaojun@gohighsec.com>2019-06-02 20:25:21 +0800
commit11e7dda320b3ff85c2eb7a0445ccbeff7cb79d72 (patch)
treec65b0eeda978ba22acf952b67d52ffa76830fe32 /test-requirements.txt
parent4825720ae5b0a0ad704f54bf0a9268f95dc8fd13 (diff)
downloadnova-11e7dda320b3ff85c2eb7a0445ccbeff7cb79d72.tar.gz
Exclude broken ironicclient versions 2.7.1
Depends-On:https://review.opendev.org/#/c/659612/ Change-Id: Ia887be9e61ab68ab5cf1586082f2791118fc9c93
Diffstat (limited to 'test-requirements.txt')
-rw-r--r--test-requirements.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/test-requirements.txt b/test-requirements.txt
index 318863b7cc..8862a2bddf 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -13,7 +13,7 @@ psycopg2>=2.7 # LGPL/ZPL
PyMySQL>=0.7.6 # MIT License
pycodestyle>=2.0.0 # MIT License
python-barbicanclient>=4.5.2 # Apache-2.0
-python-ironicclient>=2.7.0 # Apache-2.0
+python-ironicclient!=2.7.1,>=2.7.0 # Apache-2.0
requests-mock>=1.2.0 # Apache-2.0
oslotest>=3.2.0 # Apache-2.0
stestr>=1.0.0 # Apache-2.0