[py-svn] py-trunk commit fbc0cbcc5232: another issue

commits-noreply at bitbucket.org commits-noreply at bitbucket.org
Mon Dec 7 23:55:06 CET 2009


# HG changeset patch -- Bitbucket.org
# Project py-trunk
# URL http://bitbucket.org/hpk42/py-trunk/overview/
# User holger krekel <holger at merlinux.eu>
# Date 1260188844 -3600
# Node ID fbc0cbcc52326caf934cf29e08f0090c16b8e719
# Parent be19c0e354ef236a6009f0d79c334cd2638075e5
another issue

--- 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?



More information about the pytest-commit mailing list