1
0
forked from VimPlug/jedi

Workaround test failure due to cache in Python 3.2

This commit is contained in:
Takafumi Arakaki
2013-03-12 09:52:58 +01:00
parent cee167e3d2
commit 7c289ce6be

View File

@@ -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