From: Christopher Allan Webber Date: Wed, 10 Jul 2013 18:34:49 +0000 (-0500) Subject: PyTest needs to be >= 2.3.1 X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=cd1fda4d947bf13ed3708859f83cef6160538751;p=mediagoblin.git PyTest needs to be >= 2.3.1 --- diff --git a/setup.py b/setup.py index f320e92c..f28a2bb0 100644 --- a/setup.py +++ b/setup.py @@ -45,7 +45,7 @@ setup( 'PasteScript', 'wtforms', 'py-bcrypt', - 'pytest>=2.3', + 'pytest>=2.3.1', 'pytest-xdist', 'werkzeug>=0.7', 'celery==2.5.3',