From 9675d754dbdd1535412edc041be88c6f0b9da11c Mon Sep 17 00:00:00 2001 From: holger krekel Date: Tue, 12 Oct 2010 22:26:13 +0200 Subject: [PATCH] require pytest instead of pylib --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index d044b40..b8cfcf1 100644 --- 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.7', 'pylib>1.3.9'], + install_requires = ['execnet>=1.0.7', 'pytest>1.9.9'], classifiers=[ 'Development Status :: 5 - Production/Stable', 'Intended Audience :: Developers',