From 0b11a4f27f5e555d11a8bab9f541b51b3e0d8bea Mon Sep 17 00:00:00 2001 From: Matt Riedemann Date: Wed, 18 Feb 2015 19:35:47 -0800 Subject: [PATCH] Cap irc < 11.1 due to ImportError irc 11.1 was released today and we now have ImportErrors in the unit test runs so cap irc until we figure out how to workaround it or get the bug fixed in irc. Change-Id: I95602f5d2f1752088b299917db1e05da2e5096ee Related-Bug: #1423431 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 4e392873..305cbfb7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ pytz pyelasticsearch<1.0 gerritlib python-daemon<2.0 # BUg https://storyboard.openstack.org/#!/story/2000107 -irc +irc<11.1 pyyaml lockfile pbr>=0.8.1,<1.0