From 1f45edf121b979b3dfe646fe69b561ffa14b8cb6 Mon Sep 17 00:00:00 2001 From: holger krekel Date: Mon, 7 Dec 2009 23:54:22 +0100 Subject: [PATCH] note down dist-testing/execnet issue --HG-- branch : trunk --- ISSUES.txt | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/ISSUES.txt b/ISSUES.txt index 95caf0cf6..41906d057 100644 --- a/ISSUES.txt +++ b/ISSUES.txt @@ -44,3 +44,12 @@ it cannot call os.dup on setup. Should cause a skip. introduce multi-install, i.e. py.test3, py.test-pypy, py.test-jython and maybe a commandline-"suffix" override? + +fix dist-testing: execnet needs to be rsynced over automatically +------------------------------------------------------------------ + +tags: bug 1.1.2 +bb: http://bitbucket.org/hpk42/py-trunk/issue/65/ + +execnet is not rsynced so fails if run in an ssh-situation. +write test and fix.