From 4594e5dbd8f57f763a81c92a9a3dfa70864eb78f Mon Sep 17 00:00:00 2001 From: holger krekel Date: Mon, 18 Jan 2010 11:21:14 +0100 Subject: [PATCH] requiring py-1.2.0 now --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 9963abc..aeb49de 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ """ 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. """ @@ -20,7 +20,7 @@ setup( packages = ['xdist'], entry_points = {'pytest11': ['xdist = xdist.plugin'],}, zip_safe=False, - install_requires = ['execnet', 'py>=1.2.0a1'], + install_requires = ['execnet', 'py>=1.2.0'], classifiers=[ 'Development Status :: 4 - Beta', 'Intended Audience :: Developers',