Re: [Ryu-devel] [PATCH] tox: disable wheel cache

2015-11-09 Thread Satoshi KOBAYASHI
On 2015/11/10 15:00 Satoshi KOBAYASHI wrote: > Recently, installed packages are cached by Wheel. It is serious when the > package is using 2to3 with setuptools (use_2to3) for adapting python3. > Because Wheel is caching the contents of translated. If the contents of > translated are cached, it

[Ryu-devel] [PATCH] tox: disable wheel cache

2015-11-09 Thread Satoshi KOBAYASHI
Recently, installed packages are cached by Wheel. It is serious when the package is using 2to3 with setuptools (use_2to3) for adapting python3. Because Wheel is caching the contents of translated. If the contents of translated are cached, it can't work properly in python2 Signed-off-by: Satoshi