adapt to collection -> session renaming of pytest core

This commit is contained in:
holger krekel
2010-11-07 10:26:04 +01:00
parent 9d55d3c831
commit 8272a669a4
4 changed files with 11 additions and 26 deletions

View File

@@ -10,7 +10,7 @@ from setuptools import setup
setup(
name="pytest-xdist",
version='1.5a5',
version='1.5a6',
description='py.test xdist plugin for distributed testing and loop-on-failing modes',
long_description=__doc__,
license='GPLv2 or later',