From 11e7dda320b3ff85c2eb7a0445ccbeff7cb79d72 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=BF=9F=E5=B0=8F=E5=90=9B?= Date: Fri, 31 May 2019 16:37:53 +0800 Subject: Exclude broken ironicclient versions 2.7.1 Depends-On:https://review.opendev.org/#/c/659612/ Change-Id: Ia887be9e61ab68ab5cf1586082f2791118fc9c93 --- test-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test-requirements.txt') 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 -- cgit v1.2.1