From: Christopher Allan Webber Date: Mon, 3 Jun 2013 18:29:04 +0000 (-0500) Subject: Make sure that the pytest revision is at least at 2.3. X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=ee4687752f8d1eccee8d5dc4d1c1b88de3a81f9e;p=mediagoblin.git Make sure that the pytest revision is at least at 2.3. --- diff --git a/setup.py b/setup.py index 4ceac45b..f320e92c 100644 --- 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',