fix pytest/xdist issue485 (also depends on py-1.4.21.dev1):

attach stdout/stderr on --boxed processes that die.
This commit is contained in:
holger krekel
2014-03-26 18:33:09 +01:00
parent 3f33a2d23e
commit 4441002e95
5 changed files with 41 additions and 7 deletions

View File

@@ -2,7 +2,7 @@ from setuptools import setup
setup(
name="pytest-xdist",
version='1.10',
version='1.11.dev1',
description='py.test xdist plugin for distributed testing and loop-on-failing modes',
long_description=open('README.txt').read(),
license='MIT',