From 0972c76a7734fd1f307f239fdd858d12ddde1cab Mon Sep 17 00:00:00 2001 From: Ildiko Vancsa Date: Tue, 18 Mar 2014 15:36:13 +0100 Subject: [PATCH] Fix temporary pypy gate issue with setuptools Adding a fix proposed in https://bugs.launchpad.net/openstack-ci/+bug/1290562 to avoid continuous gate failures because of setuptools issue reported in the bug linked above. Temporary Fixes-bug: #1290562 Change-Id: Id7ff477c4168f42bee2c3c9a8fc70ff7953bf10a --- tox.ini | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tox.ini b/tox.ini index e8a776aa..90a3ff1c 100644 --- a/tox.ini +++ b/tox.ini @@ -15,6 +15,11 @@ commands = [tox:jenkins] downloadcache = ~/cache/pip +[testenv:pypy] +deps = setuptools<3.2 + -r{toxinidir}/requirements.txt + -r{toxinidir}/test-requirements.txt + [testenv:pep8] commands = flake8