[py-svn] pytest-xdist commit ceff3e9230f5: merge

commits-noreply at bitbucket.org commits-noreply at bitbucket.org
Tue Jul 6 12:50:48 CEST 2010


# HG changeset patch -- Bitbucket.org
# Project pytest-xdist
# URL http://bitbucket.org/hpk42/pytest-xdist/overview
# User holger krekel <holger at merlinux.eu>
# Date 1274814042 -7200
# Node ID ceff3e9230f5c5b63bf2ec4f611578fee0d762f9
# Parent  0db3129ba761fbba45f0e80513d4e15a2edcecc7
# Parent  1392e029c5674cec9a5eede65c0d5c53f124b79e
merge

--- a/setup.py
+++ b/setup.py
@@ -22,7 +22,7 @@ setup(
     packages = ['xdist'],
     entry_points = {'pytest11': ['xdist = xdist.plugin'],},
     zip_safe=False,
-    install_requires = ['execnet>=1.0.6', 'py>=1.3.0'],
+    install_requires = ['execnet>=1.0.6', 'py>=1.3.1'],
     classifiers=[
     'Development Status :: 5 - Production/Stable',
     'Intended Audience :: Developers',



More information about the pytest-commit mailing list