fix for collection unification changes on pytest dev
This commit is contained in:
5
setup.py
5
setup.py
@@ -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',
|
||||
],
|
||||
)
|
||||
)
|
||||
Reference in New Issue
Block a user