From ee4687752f8d1eccee8d5dc4d1c1b88de3a81f9e Mon Sep 17 00:00:00 2001 From: Christopher Allan Webber Date: Mon, 3 Jun 2013 13:29:04 -0500 Subject: [PATCH] Make sure that the pytest revision is at least at 2.3. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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', -- 2.25.1