On Mon, 23 Jan 2017 10:46:18 +0900 IWASE Yusuke <[email protected]> wrote:
> On Python3 Docker image, "python setup.py install" might fail in case > that the current directory contains the symlink to Docker host file > system and the link target is not visible from container. > e.g.) > .tox/py34/include/python3.4m -> /usr/include/python3.4m > > This patch fixes to remove .tox directory on Docker container and also > clean the previous builds before installing. > > Signed-off-by: IWASE Yusuke <[email protected]> > --- > ryu/tests/integrated/common/docker_base.py | 4 ++++ > 1 file changed, 4 insertions(+) Applied, thanks! ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, SlashDot.org! http://sdm.link/slashdot _______________________________________________ Ryu-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ryu-devel
