From ac3b441456040e11e1ed2b165ceccd1fee1f9779 Mon Sep 17 00:00:00 2001 From: Doppins Date: Thu, 6 Jul 2017 04:02:59 +0200 Subject: [PATCH] Upgrade dependency pytest to ==3.1.3 (#847) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index e2c5cd2e..203069b1 100644 --- a/setup.py +++ b/setup.py @@ -70,7 +70,7 @@ tests_require = [ 'pyflakes', 'moto==1.0.1', 'nose==1.3.7', - 'pytest==3.1.2', + 'pytest==3.1.3', 'factory-boy==2.8.1', 'fake-factory==0.7.2', 'pytest-flask==0.10.0',