fix for collection unification changes on pytest dev

This commit is contained in:
holger krekel
2010-10-26 00:04:36 +02:00
parent e4bd57b670
commit f1a77e80e8
3 changed files with 9 additions and 10 deletions

View File

@@ -7,11 +7,10 @@ for the new options.
"""
from setuptools import setup
from xdist import __version__
setup(
name="pytest-xdist",
version=__version__,
version='1.5a2',
description='py.test xdist plugin for distributed testing and loop-on-failing modes',
long_description=__doc__,
license='GPLv2 or later',
@@ -36,4 +35,4 @@ setup(
'Programming Language :: Python',
'Programming Language :: Python :: 3',
],
)
)