another issue

--HG--
branch : trunk
This commit is contained in:
holger krekel 2009-12-07 13:27:24 +01:00
parent b44e04f28d
commit 213c9fa119
1 changed files with 11 additions and 0 deletions

View File

@ -33,3 +33,14 @@ tags: feature 1.1.2
Call gateway group termination with a small timeout if available. Call gateway group termination with a small timeout if available.
Should make dist-testing less likely to leave lost processes. 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?