From 7c289ce6be981eaf02f71dd11135a3a30e765235 Mon Sep 17 00:00:00 2001 From: Takafumi Arakaki Date: Tue, 12 Mar 2013 09:52:58 +0100 Subject: [PATCH] Workaround test failure due to cache in Python 3.2 --- tox.ini | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tox.ini b/tox.ini index 55022b23..9ab832ab 100644 --- a/tox.ini +++ b/tox.ini @@ -17,3 +17,8 @@ deps = deps = unittest2 {[testenv]deps} +[testenv:py32] +# TODO: Without this setting, test uses ~/.cache/jedi/. +# There could be a bug due to import hack. +setenv = + XDG_CACHE_HOME={envtmpdir}/cache