fix and shorten collection reporting and fix a test wrt internal pytest api

This commit is contained in:
holger krekel
2010-12-07 12:00:22 +01:00
parent a6a4158b78
commit 1c712fe6a0
4 changed files with 20 additions and 12 deletions

View File

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