From 9a7e46881918cfa6bc8ffbb802509c3c1c97adf4 Mon Sep 17 00:00:00 2001 From: Thomas Goirand Date: Mon, 12 Sep 2016 22:45:34 +0200 Subject: [PATCH] Unfix irc-access: unpins jaraco.itertools Release of today's PyPi module: "irc" broke the job: gate-project-config-irc-access This patch unpins jaraco.itertools which fixes the issue (in fact, removes it from tox.ini since it is a transitive dep). Change-Id: I196f31f4bf35c7faecb8fffa115fbfba5136b893 --- tox.ini | 1 - 1 file changed, 1 deletion(-) diff --git a/tox.ini b/tox.ini index 94d53b1daf..57771d057c 100644 --- a/tox.ini +++ b/tox.ini @@ -28,7 +28,6 @@ commands = python setup.py build_sphinx [testenv:irc] deps = PyYAML irc - jaraco.itertools<1.6 commands = {toxinidir}/tools/check_irc_access.py -l accessbot/channels.yaml openstackinfra {toxinidir}/tools/irc_tests.py