[py-svn] pytest-xdist commit 44ac866f66ac: require py-1.3.0 for xdist plugin

commits-noreply at bitbucket.org commits-noreply at bitbucket.org
Sun May 2 15:07:06 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 1272805620 -7200
# Node ID 44ac866f66ac0606a9bcf198e385e42842a0fe21
# Parent  c74b6d807c87240f9bd9889d8c93a1ae328c3325
require py-1.3.0 for xdist plugin

--- 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.5', 'py>=1.2.2'],
+    install_requires = ['execnet>=1.0.5', 'py>=1.3.0'],
     classifiers=[
     'Development Status :: 4 - Beta',
     'Intended Audience :: Developers',



More information about the pytest-commit mailing list