Make sure that the pytest revision is at least at 2.3.
authorChristopher Allan Webber <cwebber@dustycloud.org>
Mon, 3 Jun 2013 18:29:04 +0000 (13:29 -0500)
committerChristopher Allan Webber <cwebber@dustycloud.org>
Mon, 3 Jun 2013 18:29:04 +0000 (13:29 -0500)
setup.py

index 4ceac45b37fd9db9c07744bd8219b70f96021fc0..f320e92cb774262dec31910b429df58b4d59e528 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -45,7 +45,7 @@ setup(
         'PasteScript',
         'wtforms',
         'py-bcrypt',
-        'pytest',
+        'pytest>=2.3',
         'pytest-xdist',
         'werkzeug>=0.7',
         'celery==2.5.3',