From 3a2991b2212bc5a517dc45b4ebd81269283c1500 Mon Sep 17 00:00:00 2001 From: Ryan Leckey Date: Fri, 12 Dec 2014 10:05:00 -0800 Subject: [PATCH] Upgrade pytest (for fixtures) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index b34cf1d..a321aa1 100644 --- a/setup.py +++ b/setup.py @@ -27,7 +27,7 @@ PY3 = sys.version_info[0] == 3 extras_require = { 'test': [ - 'pytest==2.2.3', + 'pytest==2.3.5', 'Pygments>=1.2', 'Jinja2>=2.3', 'docutils>=0.10',