requiring py-1.2.0 now

This commit is contained in:
holger krekel
2010-01-18 11:21:14 +01:00
parent 97f51944e1
commit 4594e5dbd8

View File

@@ -1,7 +1,7 @@
""" """
py.test 'xdist' plugin for distributed testing and loop-on-failing modes. py.test 'xdist' plugin for distributed testing and loop-on-failing modes.
See http://codespeak.net/pytest-xdist for documentation and, after See http://pytest.org/plugin/xdist.html for documentation and, after
installation, "py.test -h" for the new options. installation, "py.test -h" for the new options.
""" """
@@ -20,7 +20,7 @@ setup(
packages = ['xdist'], packages = ['xdist'],
entry_points = {'pytest11': ['xdist = xdist.plugin'],}, entry_points = {'pytest11': ['xdist = xdist.plugin'],},
zip_safe=False, zip_safe=False,
install_requires = ['execnet', 'py>=1.2.0a1'], install_requires = ['execnet', 'py>=1.2.0'],
classifiers=[ classifiers=[
'Development Status :: 4 - Beta', 'Development Status :: 4 - Beta',
'Intended Audience :: Developers', 'Intended Audience :: Developers',