From 213c9fa11914880be4adb2dce702df37535f1748 Mon Sep 17 00:00:00 2001 From: holger krekel Date: Mon, 7 Dec 2009 13:27:24 +0100 Subject: [PATCH] another issue --HG-- branch : trunk --- ISSUES.txt | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/ISSUES.txt b/ISSUES.txt index c6a594f59..95caf0cf6 100644 --- a/ISSUES.txt +++ b/ISSUES.txt @@ -33,3 +33,14 @@ tags: feature 1.1.2 Call gateway group termination with a small timeout if available. Should make dist-testing less likely to leave lost processes. + +make capfd skip if 'dup' is not available +------------------------------------------------------- + +tags: feature 1.1.2 + +currently, using 'capfd' as a funcarg will fail because +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?